What is the difference between NAME_IN and COPY ?

Answers were Sorted based on User's Feedback



What is the difference between NAME_IN and COPY ?..

Answer / guest

Copy is package procedure and writes values into a field.
Name in is a package function and returns the contents of
the variable to which you apply.

Is This Answer Correct ?    43 Yes 5 No

What is the difference between NAME_IN and COPY ?..

Answer / tino

Simply put, name_in gets value from a field, copy() puts
value to a field. Eg. MyVariable := name_in
('MyForm.MyField'); copy
(MyVariableOrMyConstant,'MyForm.MyField')

Is This Answer Correct ?    27 Yes 3 No

Post New Answer

More Oracle Forms Reports Interview Questions

What is a Static Record Group?

2 Answers  


Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through

1 Answers   Azri Solutions,


What are the types of Pop-up window ?

1 Answers  


When will ON-VALIDATE-FIELD trigger executed ?

1 Answers  


What is a radio Group?

1 Answers  






What are the triggers associated with a check box?

2 Answers  


What does TKPROF stand for?

5 Answers  


What is the difference between $$DATE$$ & $$DBDATE$$

1 Answers  


What are Most Common types of Complex master-detail relationships?

1 Answers  


Two popup pages can appear on the screen at a time ?

1 Answers  


how to create the triggers in the forms?

3 Answers  


What are the display styles of list items?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)