DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_REPORT_PKG dependencies on HR_JP_AST_UTILITY_PKG

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

335: --
336: -- P_ASSIGNMENT_SET_ID
337: --
338: if p_assignment_set_id is not null then
339: hr_jp_ast_utility_pkg.get_assignment_set_info(p_assignment_set_id, l_formula_id, l_amendment_type);
340: --
341: if l_amendment_type <> 'N' then
342: append_select_clause(', amd.include_or_exclude');
343: append_from_clause(', hr_assignment_set_amendments amd');

Line 411: l_valid := hr_jp_ast_utility_pkg.formula_validate(

407: --
408: -- Validate by Assignment Set FastFormula.
409: --
410: if l_formula_id is not null and g_tbl(i).include_or_exclude is null then
411: l_valid := hr_jp_ast_utility_pkg.formula_validate(
412: p_formula_id => l_formula_id,
413: p_assignment_id => g_tbl(i).assignment_id,
414: p_effective_date => g_tbl(i).effective_date,
415: p_populate_fs => true);