DBA Data[Home] [Help]

APPS.PO_INTG_DOCUMENT_FUNDS_GRP dependencies on PO_INTG_DOCUMENT_FUNDS_GRP

Line 1: PACKAGE BODY PO_INTG_DOCUMENT_FUNDS_GRP AS

1: PACKAGE BODY PO_INTG_DOCUMENT_FUNDS_GRP AS
2: /* $Header: POXGFCKB.pls 120.3 2006/07/12 13:07:28 vsanjay noship $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) := 'PO_INTG_DOCUMENT_FUNDS_GRP';
5:

Line 4: G_PKG_NAME CONSTANT varchar2(30) := 'PO_INTG_DOCUMENT_FUNDS_GRP';

1: PACKAGE BODY PO_INTG_DOCUMENT_FUNDS_GRP AS
2: /* $Header: POXGFCKB.pls 120.3 2006/07/12 13:07:28 vsanjay noship $*/
3:
4: G_PKG_NAME CONSTANT varchar2(30) := 'PO_INTG_DOCUMENT_FUNDS_GRP';
5:
6: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.' ;
7:
8: -- Read the profile option that enables/disables the debug log

Line 190: -- Document type. Use the PO_INTG_DOCUMENT_FUNDS_GRP package variables:

186: -- Apps API Std - Initialize the message list?
187: --p_validation_level
188: -- Apps API Std - Level of validations to be done
189: --p_doc_type
190: -- Document type. Use the PO_INTG_DOCUMENT_FUNDS_GRP package variables:
191: -- g_doc_type_REQUISITION, (Note: INTERNAL Reqs are not supported)
192: -- g_doc_type_PA,
193: -- g_doc_type_PO,
194: -- g_doc_type_RELEASE (optional: behaves same as g_doc_type_PO)

Line 536: END PO_INTG_DOCUMENT_FUNDS_GRP;

532:
533: END get_active_encumbrance_func;
534:
535:
536: END PO_INTG_DOCUMENT_FUNDS_GRP;