DBA Data[Home] [Help]

APPS.PAY_JP_PROCESS_CMI_SS dependencies on PER_JP_CMA_UTILITY_PKG

Line 72: to_number(per_jp_cma_utility_pkg.bg_cma_formula_id(p_business_group_id));

68: --
69: begin
70: --
71: l_formula_id :=
72: to_number(per_jp_cma_utility_pkg.bg_cma_formula_id(p_business_group_id));
73: --
74: if l_formula_id is not null then
75: --
76: l_ev_rec_tbl(1).entry_value := p_means_code;

Line 114: per_jp_cma_utility_pkg.calc_car_amount

110: l_attribute_tbl.attribute(18) := p_attribute18;
111: l_attribute_tbl.attribute(19) := p_attribute19;
112: l_attribute_tbl.attribute(20) := p_attribute20;
113: --
114: per_jp_cma_utility_pkg.calc_car_amount
115: (
116: p_formula_id => l_formula_id,
117: p_business_group_id => p_business_group_id,
118: p_assignment_id => p_assignment_id,