DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_GLOBAL

Line 1587: g_request_id := fnd_global.conc_request_id;

1583: -- Initialize process variable
1584: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
1585: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
1586: g_last_updated_by := g_created_by;
1587: g_request_id := fnd_global.conc_request_id;
1588:
1589:
1590: -- Execution section if this is run in 'Generate' mode
1591: IF p_mode = 'G' THEN

Line 3012: g_request_id := fnd_global.conc_request_id;

3008: ln_tot_rows_deleted := 0;
3009: g_created_by := NVL(TO_NUMBER(fnd_profile.value('USER_ID')),-1);
3010: g_last_update_login := NVL(TO_NUMBER(fnd_profile.value('LOGIN_ID')), -1);
3011: g_last_updated_by := g_created_by;
3012: g_request_id := fnd_global.conc_request_id;
3013:
3014:
3015: IF g_debug_mode = 'Y' THEN
3016: pa_debug.write_file('LOG', TO_CHAR(SYSDATE,'HH24:MI:SS:') ||' Start program');