DBA Data[Home] [Help]

APPS.PAY_JP_LTAX_IMP_PKG dependencies on HR_JP_AST_UTILITY_PKG

Line 416: hr_jp_ast_utility_pkg.create_asg_set_with_request_id(

412: if g_create_asg_set_for_errored = 'Y' then
413: --
414: if p_assignment_set_id is null then
415: --
416: hr_jp_ast_utility_pkg.create_asg_set_with_request_id(
417: p_prefix => c_asg_set_prefix,
418: p_business_group_id => p_business_group_id,
419: p_payroll_id => p_payroll_id,
420: p_assignment_set_id => p_assignment_set_id,

Line 427: hr_jp_ast_utility_pkg.create_asg_set_amd(

423: commit;
424: --
425: end if;
426: --
427: hr_jp_ast_utility_pkg.create_asg_set_amd(
428: p_assignment_set_id => p_assignment_set_id,
429: p_assignment_id => p_assignment_id,
430: p_include_or_exclude => 'I');
431: --

Line 553: hr_jp_ast_utility_pkg.get_assignment_set_info(g_assignment_set_id,g_ass_set_formula_id,g_ass_set_amendment_type);

549: g_ass_set_formula_id := null;
550: g_ass_set_amendment_type := null;
551: if g_assignment_set_id is not null then
552: --
553: hr_jp_ast_utility_pkg.get_assignment_set_info(g_assignment_set_id,g_ass_set_formula_id,g_ass_set_amendment_type);
554: --
555: end if;
556: --
557: g_file_dir := null;

Line 1019: if hr_jp_ast_utility_pkg.formula_validate(

1015: --
1016: if g_ass_set_formula_id is not null
1017: and l_ass_file_tbl(l_ass_id_tbl(i)).include_or_exclude is null then
1018: --
1019: if hr_jp_ast_utility_pkg.formula_validate(
1020: p_formula_id => g_ass_set_formula_id,
1021: p_assignment_id => l_ass_id_tbl(i),
1022: p_effective_date => l_ass_file_tbl(l_ass_id_tbl(i)).regular_payment_date,
1023: p_populate_fs => true) then

Line 1625: if not hr_jp_ast_utility_pkg.formula_validate(

1621: --
1622: if g_ass_set_formula_id is not null
1623: and l_include_or_exclude is null then
1624: --
1625: if not hr_jp_ast_utility_pkg.formula_validate(
1626: p_formula_id => g_ass_set_formula_id,
1627: p_assignment_id => p_assignment_id,
1628: p_effective_date => p_regular_payment_date,
1629: p_populate_fs => true) then