DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_ARCHIVE_PKG dependencies on HR_JP_AST_UTILITY_PKG

Line 46: g_asg_rec hr_jp_ast_utility_pkg.t_asg_rec;

42: g_organization_id number;
43: g_assignment_set_id number;
44: g_process_assignments_flag varchar2(1);
45: g_bg_itax_dpnt_ref_type varchar2(150);
46: g_asg_rec hr_jp_ast_utility_pkg.t_asg_rec;
47: --
48: type t_number_tbl is table of number index by binary_integer;
49: --
50: -- sequence of process.

Line 136: hr_jp_ast_utility_pkg.pay_asgs(

132: hr_utility.set_location(l_proc,20);
133: hr_utility.trace('assignment set : '||g_assignment_set_id);
134: end if;
135: --
136: hr_jp_ast_utility_pkg.pay_asgs(
137: p_payroll_id => g_payroll_id,
138: p_effective_date => g_effective_date,
139: p_start_date => g_effective_date,
140: p_end_date => g_effective_date,