DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on FND_GLOBAL

Line 214: open c_person_id(fnd_global.user_id);

210: end if;
211:
212:
213: l_txn_new := null;
214: open c_person_id(fnd_global.user_id);
215: fetch c_person_id into l_person_id;
216: close c_person_id;
217: --
218: open c_per_in_ler;

Line 348: where user_id = fnd_global.user_id;

344: --
345: cursor c_person_id is
346: select employee_id
347: from fnd_user
348: where user_id = fnd_global.user_id;
349: --
350: cursor c_collect_record_promotions
351: (v_assgn_id number
352: ,v_trans_type varchar2) is