DBA Data[Home] [Help]

APPS.PO_CREATE_ASBN_INVOICE dependencies on PO_CREATE_ASBN_INVOICE

Line 1: PACKAGE BODY PO_CREATE_ASBN_INVOICE AS

1: PACKAGE BODY PO_CREATE_ASBN_INVOICE AS
2: /* $Header: POXBNIVB.pls 120.4 2006/08/30 10:33:03 szaveri noship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');

Line 527: END PO_CREATE_ASBN_INVOICE;

523: raise;
524: END create_invoice_line;
525:
526:
527: END PO_CREATE_ASBN_INVOICE;