DBA Data[Home] [Help]

APPS.PO_CHANGES_REC_TYPE dependencies on FND_LOG

Line 45: * Writes the contents of this object to the FND log.

41:
42: /**
43: * Name: dump_to_log
44: * Function:
45: * Writes the contents of this object to the FND log.
46: * Notes:
47: * This procedure is for debugging purposes only.
48: **/
49: MEMBER PROCEDURE dump_to_log

Line 57: FND_LOG.string( FND_LOG.LEVEL_STATEMENT,

53: l_msg := 'PO_CHANGES_REC_TYPE: ';
54: l_msg := substrb(l_msg || 'po_header_id ' || po_header_id, 1, 2000);
55: l_msg := substrb(l_msg || '; po_release_id ' || po_release_id, 1, 2000);
56:
57: FND_LOG.string( FND_LOG.LEVEL_STATEMENT,
58: 'po.plsql.PO_CHANGES_REC_TYPE.dump_to_log',
59: l_msg );
60:
61: line_changes.dump_to_log;