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

How many types of trigger can be used in a table at a time ?

7 Answers  


What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?

1 Answers  


What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?

1 Answers  


How can a button be used in a report to give a drill down facility?

1 Answers  


What is an User_exit?

2 Answers  


What is the order of the triggers fired once the form is opened?

3 Answers  


What are modalless windows?

1 Answers  


What are User Exits and what are different types of User Exits in Oracle Apps ?

2 Answers  


What are the different defaust triggers created when Master Deletes Property is set to Non-isolated?

1 Answers  


what is the diffrence between before parameter form triger & formate trigger

2 Answers  


What are the built_in used to trapping errors in forms 4?

1 Answers  


Give the sequence of execution of the various report triggers?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)