DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on PO_REQIMP_S

Line 1: PACKAGE BODY PO_REQIMP_S AS

1: PACKAGE BODY PO_REQIMP_S AS
2: /* $Header: POXRQIMB.pls 120.3 2006/08/16 17:31:04 pbamb noship $*/
3:
4: --< Bug 3540365 Start >
5: g_bulk_limit CONSTANT NUMBER := 1000; -- Bulk collect limit in number of rows

Line 285: ( p_pkg_name => 'PO_REQIMP_S'

281: END LOOP;
282: WHEN OTHERS THEN
283: -- Any other exception should be written to log with generic error msg.
284: FND_MSG_PUB.build_exc_msg
285: ( p_pkg_name => 'PO_REQIMP_S'
286: , p_procedure_name => 'default_trx_reason_codes-'||l_progress
287: );
288: FND_FILE.put_line(FND_FILE.log, FND_MESSAGE.get);
289: END default_trx_reason_codes;

Line 594: END PO_REQIMP_S;

590:
591: END REQIMPORT_DEF_VALIDATE_SEC_QTY;
592: --
593:
594: END PO_REQIMP_S;
595: