DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_REC_TYPE dependencies on FND_LOG

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

372:
373: /**
374: * Name: dump_to_log
375: * Function:
376: * Writes the contents of this object to the FND log.
377: * Notes:
378: * This procedure is for debugging purposes only.
379: */
380: MEMBER PROCEDURE dump_to_log

Line 416: FND_LOG.string( FND_LOG.LEVEL_STATEMENT,

412: l_msg := substrb(l_msg || '; request_secondary_uom ' || request_secondary_uom(i) , 1, 2000);
413:
414: l_msg := substrb(l_msg || '; delete_record ' || delete_record(i) , 1, 2000);
415:
416: FND_LOG.string( FND_LOG.LEVEL_STATEMENT,
417: 'po.plsql.PO_SHIPMENTS_REC_TYPE.dump_to_log',l_msg );
418: END LOOP;
419: END dump_to_log;
420: