DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on FND_GLOBAL

Line 219: open c_person_id(fnd_global.user_id);

215: end if;
216:
217:
218: l_txn_new := null;
219: open c_person_id(fnd_global.user_id);
220: fetch c_person_id into l_person_id;
221: close c_person_id;
222: --
223: open c_per_in_ler;

Line 353: where user_id = fnd_global.user_id;

349: --
350: cursor c_person_id is
351: select employee_id
352: from fnd_user
353: where user_id = fnd_global.user_id;
354: --
355: cursor c_collect_record_promotions
356: (v_assgn_id number
357: ,v_trans_type varchar2) is