DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS_PUB dependencies on FND_GLOBAL

Line 21: g_user_id NUMBER(15) := FND_GLOBAL.USER_ID;

17: g_pub_dctn_hdr_tbl PA_DEDUCTIONS.g_dctn_hdrtbl;
18: g_pub_dctn_txn_tbl PA_DEDUCTIONS.g_dctn_txntbl;
19:
20: g_validate_txn VARCHAR2(1) := 'N';
21: g_user_id NUMBER(15) := FND_GLOBAL.USER_ID;
22: g_resp_id NUMBER := FND_GLOBAL.resp_id;
23: g_api_version_number NUMBER := 1.0;
24:
25: /*#

Line 22: g_resp_id NUMBER := FND_GLOBAL.resp_id;

18: g_pub_dctn_txn_tbl PA_DEDUCTIONS.g_dctn_txntbl;
19:
20: g_validate_txn VARCHAR2(1) := 'N';
21: g_user_id NUMBER(15) := FND_GLOBAL.USER_ID;
22: g_resp_id NUMBER := FND_GLOBAL.resp_id;
23: g_api_version_number NUMBER := 1.0;
24:
25: /*#
26: * This API creates deduction request header information.