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.7.12020000.2 2012/07/19 08:16:12 asugandh ship $*/
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 558: END PO_CREATE_ASBN_INVOICE;

554: raise;
555: END create_invoice_line;
556:
557:
558: END PO_CREATE_ASBN_INVOICE;