DBA Data[Home] [Help]

APPS.BEN_BENDFAUD_XMLP_PKG dependencies on BEN_BENFTS_GRP

Line 32: l_benft_group ben_benfts_grp.name%type ;

28: l_payroll pay_payrolls_f.payroll_name%type ;
29: l_status fnd_lookups.meaning%type ;
30: l_location hr_locations.description%type ;
31: l_audit_log hr_lookups.meaning%type ;
32: l_benft_group ben_benfts_grp.name%type ;
33: l_all varchar2(80);
34: begin
35:
36: ben_batch_reporting.standard_header

Line 104: from ben_benfts_grp a,

100: null;
101: end;
102: begin
103: select name into CP_BENEFIT_GROUP
104: from ben_benfts_grp a,
105: ben_benefit_actions b
106: where a.benfts_grp_id = b.benfts_grp_id
107: and b.request_id = P_CONCURRENT_REQUEST_ID;
108: