DBA Data[Home] [Help]

APPS.PSA_XFR_TO_GL_PKG dependencies on FND_GLOBAL

Line 3138: l_user_id := fnd_global.user_id;

3134: -- ========================= FND LOG ===========================
3135:
3136: l_batch_prefix := 'AR '; -- Padded with a single space so that REFERENCE1 is correctly set as AR 3241
3137: -- where 3241 is the posting_control_id
3138: l_user_id := fnd_global.user_id;
3139: l_actual_flag := 'A';
3140: l_status := 'NEW';
3141:
3142: OPEN Cur_func_curr;

Line 3335: l_resp_appl_id := FND_GLOBAL.resp_appl_id;

3331: --
3332: -- Fetch profile option value for FV: Post Detailed Receipt Accounting
3333: --
3334:
3335: l_resp_appl_id := FND_GLOBAL.resp_appl_id;
3336: l_user_resp_id := FND_GLOBAL.RESP_ID;
3337:
3338: FND_PROFILE.GET_SPECIFIC('FV_POST_DETAIL_REC_ACCOUNTING',
3339: l_user_id,

Line 3336: l_user_resp_id := FND_GLOBAL.RESP_ID;

3332: -- Fetch profile option value for FV: Post Detailed Receipt Accounting
3333: --
3334:
3335: l_resp_appl_id := FND_GLOBAL.resp_appl_id;
3336: l_user_resp_id := FND_GLOBAL.RESP_ID;
3337:
3338: FND_PROFILE.GET_SPECIFIC('FV_POST_DETAIL_REC_ACCOUNTING',
3339: l_user_id,
3340: l_user_resp_id,