DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on STANDARD

Line 64: --This procdeure would return the value of the standard WHO columns

60: display_type in varchar2,
61: document in out NOCOPY varchar2,
62: document_type in out NOCOPY varchar2);
63:
64: --This procdeure would return the value of the standard WHO columns
65: --for a table. It can be sued while inserting or updating an existing
66: --row in any of the table.
67: --This is a PRIVATE procedure
68: