DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_RESERVE_PVT dependencies on FND_FILE

Line 553: fnd_file.put_line(FND_FILE.OUTPUT, 'Not able to reserve quantity for requisition number ' || G_ORIG_SYS_DOCUMENT_REF);

549: ELSE
550: IF l_debug_level > 0 THEN
551: oe_debug_pub.add( 'RESERVATION RETURN STATUS: '|| L_RETURN_STATUS || ' IF ERROR EVEN THEN THE IMPORT SHOULD NOT FAIL' ) ;
552: END IF;
553: fnd_file.put_line(FND_FILE.OUTPUT, 'Not able to reserve quantity for requisition number ' || G_ORIG_SYS_DOCUMENT_REF);
554: IF l_debug_level > 0 THEN
555: oe_debug_pub.add( 'MSG COUNT: '|| L_MSG_COUNT ) ;
556: END IF;
557:

Line 650: fnd_file.put_line(FND_FILE.OUTPUT, 'Not able to cancel quantity for requisition number ' || G_ORIG_SYS_DOCUMENT_REF);

646: ELSE
647: IF l_debug_level > 0 THEN
648: oe_debug_pub.add( 'RESERVATION RETURN STATUS: '|| L_RETURN_STATUS || ' IF ERROR EVEN THEN THE IMPORT SHOULD NOT FAIL' ) ;
649: END IF;
650: fnd_file.put_line(FND_FILE.OUTPUT, 'Not able to cancel quantity for requisition number ' || G_ORIG_SYS_DOCUMENT_REF);
651: IF l_debug_level > 0 THEN
652: oe_debug_pub.add( 'MSG COUNT: '|| L_MSG_COUNT ) ;
653: END IF;
654: