DBA Data[Home] [Help]

APPS.EGO_FUNCTIONS_BULKLOAD_PVT dependencies on EGO_METADATA_BULKLOAD_PVT

Line 17: ego_metadata_bulkload_pvt.write_debug(message);

13: BEGIN
14: --Following commented statement is to print debug messages, while testing/debugging this package standalone.
15: --dbms_output.Put_line('DEBUG: '
16: -- ||message);
17: ego_metadata_bulkload_pvt.write_debug(message);
18:
19: END;
20:
21: --Following commented procedure is to print error messages, while testing/debugging this package standalone.