DBA Data[Home] [Help]

APPS.PAY_PAYRG_PKG dependencies on PAY_PRE_PAYMENTS

Line 370: from pay_pre_payments ppp

366: ** Seperate Depsoit Advice for Seperate Check and Regular Run
367: *****************************************************************/
368: cursor c_payments (cp_pre_pymt_action_id in number) is
369: select distinct ppp.source_action_id
370: from pay_pre_payments ppp
371: where ppp.assignment_action_id = cp_pre_pymt_action_id
372: order by ppp.source_action_id;
373:
374: cursor c_payment_info (cp_pre_pymt_action_id in number) is