APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_PMTMTHD_CONDITIONS
Line 542: SELECT * FROM iby_pmtmthd_conditions x
538: AND NVL(a.instr_sub_type, ' ') = NVL(p_instr_subtype, ' ')
539: ORDER BY a.priority;
540:
541: CURSOR c_ruleCondt(p_key iby_routinginfo.paymentmethodid%TYPE) IS 542: SELECT * FROM iby_pmtmthd_conditions x 543: WHERE x.paymentmethodid = p_key order by x.entry_sequence ;
544:
545: BEGIN
546: -- Get bep information for this order for this payee