DBA Data[Home] [Help]

APPS.PAY_SA_PAYMENT_STATUS_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_PKG

Line 101: l_status := pay_assignment_actions_pkg.get_payment_status(l_pre_pay_asg_id,l_pre_pay_id);

97: open c_get_prepay_id(p_assignment_action_id);
98: fetch c_get_prepay_id into l_pre_pay_asg_id,l_pre_pay_id;
99: /* Fetch the Pre-payment assignmnt action id, pre payment id */
100: if c_get_prepay_id%found then
101: l_status := pay_assignment_actions_pkg.get_payment_status(l_pre_pay_asg_id,l_pre_pay_id);
102: return l_status;
103: end if;
104: close c_get_prepay_id;
105: end if;