DBA Data[Home] [Help]

APPS.PSP_ENC_UPDATE_LINES dependencies on FND_GLOBAL

Line 5: g_request_id NUMBER DEFAULT fnd_global.conc_request_id;

1: PACKAGE BODY PSP_ENC_UPDATE_LINES AS
2: /* $Header: PSPENUPB.pls 120.3 2006/02/22 05:16:55 spchakra noship $ */
3:
4: -- Global Variable for referring REquest ID through out the package, Introduce for bug 2259310
5: g_request_id NUMBER DEFAULT fnd_global.conc_request_id;
6: g_liquidate_flag varchar2(1); --- 3953230
7:
8: Procedure Update_Enc_lines (errbuf out NOCOPY varchar2,
9: retcode out NOCOPY varchar2,

Line 1129: l_global_user_id NUMBER DEFAULT fnd_global.user_id;

1125: WHERE peca.request_id = g_request_id;
1126:
1127: l_no_of_asg NUMBER DEFAULT 0; End of bug fix 2324917 * /
1128:
1129: l_global_user_id NUMBER DEFAULT fnd_global.user_id;
1130: l_reqid NUMBER DEFAULT 0;
1131:
1132: BEGIN
1133: / * Moving records to psp_enc_changed_asg_history table .Also inserting concurrent request_id

Line 1293: l_global_user_id NUMBER DEFAULT fnd_global.user_id;

1289: p_business_group_id in integer,
1290: p_set_of_books_id in integer,
1291: p_return_status out nocopy varchar2) is
1292:
1293: l_global_user_id NUMBER DEFAULT fnd_global.user_id;
1294: l_reqid NUMBER DEFAULT 0;
1295:
1296: --- update the totals of the new controls, to reflect purging of enc lines
1297: cursor get_new_control_totals is