DBA Data[Home] [Help]

APPS.PAY_JP_DEF_REPORT_PKG dependencies on HR_JP_AST_UTILITY_PKG

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

148: g_ass_set_amendment_type := null;
149: --
150: if g_assignment_set_id is not null then
151: --
152: hr_jp_ast_utility_pkg.get_assignment_set_info(g_assignment_set_id,g_ass_set_formula_id,g_ass_set_amendment_type);
153: --
154: end if;
155: --
156: if g_debug then

Line 404: l_ass_valid := hr_jp_ast_utility_pkg.formula_validate(

400: --
401: if g_ass_set_formula_id is not null
402: and l_csr_proc_hasa.include_or_exclude is null then
403: --
404: l_ass_valid := hr_jp_ast_utility_pkg.formula_validate(
405: p_formula_id => g_ass_set_formula_id,
406: p_assignment_id => l_csr_proc_hasa.assignment_id,
407: p_effective_date => l_csr_proc_hasa.effective_date,
408: p_populate_fs => true);

Line 457: l_ass_valid := hr_jp_ast_utility_pkg.formula_validate(

453: l_ass_valid := true;
454: --
455: if g_ass_set_formula_id is not null then
456: --
457: l_ass_valid := hr_jp_ast_utility_pkg.formula_validate(
458: p_formula_id => g_ass_set_formula_id,
459: p_assignment_id => l_csr_proc_ass.assignment_id,
460: p_effective_date => l_csr_proc_ass.effective_date,
461: p_populate_fs => true);