DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_DOCUMENT_FUNDS_PVT

Line 1: PACKAGE BODY PO_DOCUMENT_FUNDS_PVT AS

1: PACKAGE BODY PO_DOCUMENT_FUNDS_PVT AS
2: -- $Header: POXVENCB.pls 120.21.12000000.4 2007/09/25 13:10:45 rchandan ship $
3:
4:
5: -- Private package constants

Line 7: G_PKG_NAME CONSTANT varchar2(30) := 'PO_DOCUMENT_FUNDS_PVT';

3:
4:
5: -- Private package constants
6:
7: G_PKG_NAME CONSTANT varchar2(30) := 'PO_DOCUMENT_FUNDS_PVT';
8: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
9: -- Logging global constants
10: D_PACKAGE_BASE CONSTANT VARCHAR2(100) := PO_LOG.get_package_base(G_PKG_NAME);
11:

Line 5098: PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID:=p_online_report_id;

5094: BEGIN
5095: x_return_status := FND_API.G_RET_STS_SUCCESS;
5096: x_report_created := 'N';
5097: --
5098: PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID:=p_online_report_id;
5099: --
5100:
5101: populate_bc_report_events (
5102: x_return_status => l_return_status,

Line 5124: where online_report_id=PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID

5120: from dual
5121: where exists(
5122: select 1
5123: from po_online_report_text
5124: where online_report_id=PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID
5125: and show_in_psa_flag='Y'
5126: );
5127:
5128: EXCEPTION

Line 5163: PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID:=null;

5159: END IF;
5160:
5161: END IF; -- l_events_populated;
5162: --
5163: PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID:=null;
5164: --
5165:
5166: EXCEPTION
5167: WHEN OTHERS THEN

Line 5247: END PO_DOCUMENT_FUNDS_PVT;

5243: END IF;
5244: return l_found;
5245: END;
5246: --
5247: END PO_DOCUMENT_FUNDS_PVT;