DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_REPORT_PKG dependencies on HR_JP_AST_UTILITY_PKG

Line 351: hr_jp_ast_utility_pkg.get_assignment_set_info(p_assignment_set_id, l_formula_id, l_amendment_type);

347: --
348: -- P_ASSIGNMENT_SET_ID
349: --
350: if p_assignment_set_id is not null then
351: hr_jp_ast_utility_pkg.get_assignment_set_info(p_assignment_set_id, l_formula_id, l_amendment_type);
352: --
353: if l_amendment_type <> 'N' then
354: append_select_clause(', amd.include_or_exclude');
355: append_from_clause(', hr_assignment_set_amendments amd');

Line 427: l_valid := hr_jp_ast_utility_pkg.formula_validate(

423: --
424: -- Validate by Assignment Set FastFormula.
425: --
426: if l_formula_id is not null and g_tbl(i).include_or_exclude is null then
427: l_valid := hr_jp_ast_utility_pkg.formula_validate(
428: p_formula_id => l_formula_id,
429: p_assignment_id => g_tbl(i).assignment_id,
430: p_effective_date => g_tbl(i).effective_date,
431: p_populate_fs => true);