DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_PMTMTHD_CONDITIONS

Line 540: l_parameter_code iby_pmtmthd_conditions.parameter_code%TYPE;

536: err_msg VARCHAR2(100);
537: l_flag NUMBER := 0;
538: l_hitCounter NUMBER;
539: l_payeeid VARCHAR2(100);
540: l_parameter_code iby_pmtmthd_conditions.parameter_code%TYPE;
541: l_paymentmethodid VARCHAR2(100);
542:
543: --- *** R12 Note *** ---
544: -- Though Payment Channel Code will be the driving parameter in the Procedure

Line 564: SELECT * FROM iby_pmtmthd_conditions x

560: AND a.payment_channel_code = p_payment_channel_code
561: ORDER BY a.priority;
562:
563: CURSOR c_ruleCondt(p_key iby_routinginfo.paymentmethodid%TYPE) IS
564: SELECT * FROM iby_pmtmthd_conditions x
565: WHERE x.paymentmethodid = p_key order by x.parameter_code,x.entry_sequence ;
566:
567: BEGIN
568: -- Get bep information for this order for this payee