DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on FND_PROFILE

Line 4: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

1: PACKAGE BODY pon_auction_create_po_pkg as
2: /* $Header: PONCRPOB.pls 120.72.12020000.4 2013/02/09 10:33:03 hvutukur ship $ */
3:
4: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5: g_module CONSTANT VARCHAR2(50) := 'pon.plsql.pon_auction_create_po_pkg';
6:
7: ---------Variables---------------------
8: PO_SUCCESS NUMBER := 1;

Line 140: FND_PROFILE.GET('RESP_ID', x_responsibility_id);

136: x_failure_status := 'SUCCESS';
137: p_resultout := 'SUCCESS';
138:
139:
140: FND_PROFILE.GET('RESP_ID', x_responsibility_id);
141:
142: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);
143:
144: fnd_global.APPS_INITIALIZE (p_user_id, x_responsibility_id, x_application_id);

Line 142: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);

138:
139:
140: FND_PROFILE.GET('RESP_ID', x_responsibility_id);
141:
142: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);
143:
144: fnd_global.APPS_INITIALIZE (p_user_id, x_responsibility_id, x_application_id);
145: --bug 5245568; need to call init to intialize MOAC
146: mo_global.init('PON');

Line 1498: FND_PROFILE.GET('RESP_ID', x_responsibility_id);

1494:
1495:
1496: /* Setting Profile Attributes */
1497:
1498: FND_PROFILE.GET('RESP_ID', x_responsibility_id);
1499:
1500: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
1501: itemkey => x_itemkey,
1502: aname => 'RESPONSIBILITY_ID',

Line 1505: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);

1501: itemkey => x_itemkey,
1502: aname => 'RESPONSIBILITY_ID',
1503: avalue => x_responsibility_id);
1504:
1505: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);
1506:
1507: wf_engine.SetItemAttrNumber (itemtype => x_itemtype,
1508: itemkey => x_itemkey,
1509: aname => 'APPLICATION_ID',

Line 4873: FND_PROFILE.GET('RESP_ID', x_responsibility_id);

4869: x_progress := '10: launch_po_approval: Start of Procedure';
4870:
4871: log_message(x_progress);
4872:
4873: FND_PROFILE.GET('RESP_ID', x_responsibility_id);
4874:
4875: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);
4876:
4877: fnd_global.APPS_INITIALIZE (p_user_id, x_responsibility_id, x_application_id);

Line 4875: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);

4871: log_message(x_progress);
4872:
4873: FND_PROFILE.GET('RESP_ID', x_responsibility_id);
4874:
4875: FND_PROFILE.GET('RESP_APPL_ID', x_application_id);
4876:
4877: fnd_global.APPS_INITIALIZE (p_user_id, x_responsibility_id, x_application_id);
4878:
4879: -- Get the current policy