DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on FND_GLOBAL

Line 1210: l_n_fnd_user_id := FND_GLOBAL.USER_ID;

1206: retcode := 2;
1207: RETURN;
1208: --1
1209: ELSE
1210: l_n_fnd_user_id := FND_GLOBAL.USER_ID;
1211: g_n_resp_id := FND_GLOBAL.RESP_ID;
1212: --derive the attributes - Authorising_Person_Id
1213: igs_pe_gen_001.get_hold_auth(l_n_fnd_user_id,
1214: g_n_person_id,

Line 1211: g_n_resp_id := FND_GLOBAL.RESP_ID;

1207: RETURN;
1208: --1
1209: ELSE
1210: l_n_fnd_user_id := FND_GLOBAL.USER_ID;
1211: g_n_resp_id := FND_GLOBAL.RESP_ID;
1212: --derive the attributes - Authorising_Person_Id
1213: igs_pe_gen_001.get_hold_auth(l_n_fnd_user_id,
1214: g_n_person_id,
1215: l_v_person_number,