DBA Data[Home] [Help]

APPS.CS_SR_COST_CP dependencies on FND_GLOBAL

Line 242: l_request_id := fnd_global.conc_request_id;

238: -- Otherwise, this will be the value that we passed to
239: -- SET_REQ_GLOBALS on the previous run.
240:
241:
242: l_request_id := fnd_global.conc_request_id;
243: l_request_data := fnd_conc_global.request_data; --This package is used for submitting sub-requests from PL/SQL concurrent programs.
244:
245: IF l_request_data IS NULL then
246:

Line 1688: l_request_id := fnd_global.conc_request_id;

1684:
1685: -- capturing the request id of the
1686: -- worker thread into a local variable.
1687:
1688: l_request_id := fnd_global.conc_request_id;
1689:
1690: IF p_worker_id IS NULL
1691: OR p_cost_set_id IS NULL
1692: OR p_cost_batch_size IS NULL

Line 1780: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,

1776: x_msg_count => x_msg_count ,
1777: x_object_version_number => x_object_version_number,
1778: x_msg_data => x_msg_data ,
1779: x_cost_id => x_cost_id ,
1780: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,
1781: p_resp_id => FND_GLOBAL.RESP_ID,
1782: p_user_id => FND_GLOBAL.USER_ID,
1783: p_login_id => NULL ,
1784: p_transaction_control => 'T' ,

Line 1781: p_resp_id => FND_GLOBAL.RESP_ID,

1777: x_object_version_number => x_object_version_number,
1778: x_msg_data => x_msg_data ,
1779: x_cost_id => x_cost_id ,
1780: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,
1781: p_resp_id => FND_GLOBAL.RESP_ID,
1782: p_user_id => FND_GLOBAL.USER_ID,
1783: p_login_id => NULL ,
1784: p_transaction_control => 'T' ,
1785: p_Cost_Rec => l_cost_rec ,

Line 1782: p_user_id => FND_GLOBAL.USER_ID,

1778: x_msg_data => x_msg_data ,
1779: x_cost_id => x_cost_id ,
1780: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,
1781: p_resp_id => FND_GLOBAL.RESP_ID,
1782: p_user_id => FND_GLOBAL.USER_ID,
1783: p_login_id => NULL ,
1784: p_transaction_control => 'T' ,
1785: p_Cost_Rec => l_cost_rec ,
1786: p_cost_creation_override => 'N'