DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_ARCHIVE_PKG dependencies on HR_JP_AST_UTILITY_PKG

Line 43: g_asg_rec hr_jp_ast_utility_pkg.t_asg_rec;

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

Line 133: hr_jp_ast_utility_pkg.pay_asgs(

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