DBA Data[Home] [Help]

APPS.FV_SLA_AP_PROCESSING_PKG dependencies on FV_SLA_AR_PROCESSING_PKG

Line 350: fv_sla_ar_processing_pkg.get_receipt_info_for_pr

346: invoice_rec.ref_key1 IS NOT NULL) THEN
347: l_rec_attribute_cat := NULL;
348: trace(C_STATE_LEVEL, l_procedure_name, 'Calling get_ar_transaction_category');
349: trace(C_STATE_LEVEL, l_procedure_name, 'ref_key1='||invoice_rec.ref_key1);
350: fv_sla_ar_processing_pkg.get_receipt_info_for_pr
351: (
352: p_transcation_id => invoice_rec.ref_key1,
353: p_rec_attribute_cat => l_rec_attribute_cat,
354: p_advance_required => l_advance_required,

Line 821: fv_sla_ar_processing_pkg.get_receipt_info_for_pr

817: payment_rec.ref_key1 IS NOT NULL) THEN
818: l_rec_attribute_cat := NULL;
819: trace(C_STATE_LEVEL, l_procedure_name, 'Calling get_ar_transaction_category');
820: trace(C_STATE_LEVEL, l_procedure_name, 'ref_key1='||payment_rec.ref_key1);
821: fv_sla_ar_processing_pkg.get_receipt_info_for_pr
822: (
823: p_transcation_id => payment_rec.ref_key1,
824: p_rec_attribute_cat => l_rec_attribute_cat,
825: p_advance_required => l_advance_required,