DBA Data[Home] [Help]

APPS.PJI_RESOURCE_UTILZ dependencies on FND_GLOBAL

Line 1213: --fnd_global.apps_initialize(1319, 55211, 1292);

1209: l_period_status_tbl V_TYPE_TAB;
1210: l_period_st_dt_tbl N_TYPE_TAB;
1211: BEGIN
1212: DELETE FROM PJI_RES_UTILZ_TMP1;
1213: --fnd_global.apps_initialize(1319, 55211, 1292);
1214:
1215: IF (p_calendar_type = 'G') THEN
1216: SELECT pa_period_process_pkg.application_id
1217: INTO l_application_id

Line 1360: l_user_id NUMBER := FND_GLOBAL.USER_ID;

1356: ,x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1357: )
1358: IS
1359: l_pa_res_util_def_pd_types VARCHAR2(30);
1360: l_user_id NUMBER := FND_GLOBAL.USER_ID;
1361: l_calendar_id NUMBER;
1362: l_accnt_period_type VARCHAR2(15);
1363: l_sets_of_books_id NUMBER;
1364: l_msg_index_out NUMBER; -- -- Bug Ref : 7010273