DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_GLOBAL

Line 1584: g_request_id := fnd_global.conc_request_id;

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

Line 3009: g_request_id := fnd_global.conc_request_id;

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