DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on PO_LINE_LOCATIONS

Line 1577: po_line_locations pll,

1573: ail.unit_meas_lookup_code,
1574: plt.matching_basis
1575: FROM AP_invoice_lines ail,
1576: po_lines pl, /* Amount Based Matching. PO related tables and conditions */
1577: po_line_locations pll,
1578: po_line_types_b plt --bug 5056269
1579: -- po_line_types_tl T --bug 5119694
1580: WHERE invoice_id = CV_PPAY_Invoice_ID
1581: AND line_number = CV_PPAY_LINE_NUM

Line 4198: po_line_locations pll,

4194: plt.matching_basis
4195: FROM ap_invoice_distributions aid,
4196: ap_invoice_lines ail,
4197: po_lines pl, /* Amount Based Matching. PO related tables and conditions */
4198: po_line_locations pll,
4199: po_line_types_b plt, --bug 5056269
4200: po_line_types_tl T
4201: WHERE aid.invoice_id = ail.invoice_id
4202: AND aid.invoice_line_number = ail.line_number

Line 4378: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';

4374: END IF;
4375:
4376: END IF; /* IF p_appl_type = ... */
4377:
4378: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';
4379: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
4380: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
4381: END IF;
4382: