DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on PO_AP_INVOICE_MATCH_GRP

Line 1128: PO_AP_INVOICE_MATCH_GRP.get_po_dist_amounts(

1124: p_po_distribution_id => l_po_distribution_id,
1125: x_delivered_amt => l_amount_delivered,
1126: x_corrected_amt => l_amount_corrected);
1127:
1128: PO_AP_INVOICE_MATCH_GRP.get_po_dist_amounts(
1129: p_api_version =>1.0,
1130: p_po_distribution_id =>l_po_distribution_id,
1131: x_dist_amt_ordered =>l_amount_ordered,
1132: x_dist_amt_cancelled =>l_amount_cancelled,

Line 1637: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(p_api_version => 1.0,

1633: x_delivered_amt => l_amount_delivered,
1634: x_corrected_amt => l_amount_corrected);
1635:
1636:
1637: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(p_api_version => 1.0,
1638: p_receive_transaction_id => X_rcv_transaction_id,
1639: x_ship_amt_ordered => l_amount_ordered,
1640: x_ship_amt_cancelled => l_amount_cancelled,
1641: x_ret_status => l_ret_status,

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

1814: END IF;
1815:
1816: END LOOP;
1817:
1818: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';
1819: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1820: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1821: END IF;
1822:

Line 1823: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(

1819: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1820: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1821: END IF;
1822:
1823: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(
1824: P_Api_Version => 1.0,
1825: P_Line_Loc_Changes_Rec => l_po_ap_line_loc_rec,
1826: P_Dist_Changes_Rec => l_po_ap_dist_rec,
1827: X_Return_Status => l_return_status,

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

3608: END IF;
3609:
3610: END LOOP;
3611:
3612: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';
3613: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3614: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
3615: END IF;
3616:

Line 3617: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(

3613: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3614: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
3615: END IF;
3616:
3617: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(
3618: P_Api_Version => 1.0,
3619: P_Line_Loc_Changes_Rec => l_po_ap_line_loc_rec,
3620: P_Dist_Changes_Rec => l_po_ap_dist_rec,
3621: X_Return_Status => l_return_status,