DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on PO_AP_INVOICE_MATCH_GRP

Line 1029: PO_AP_INVOICE_MATCH_GRP.get_po_dist_amounts(

1025: p_po_distribution_id => l_po_distribution_id,
1026: x_delivered_amt => l_amount_delivered,
1027: x_corrected_amt => l_amount_corrected);
1028:
1029: PO_AP_INVOICE_MATCH_GRP.get_po_dist_amounts(
1030: p_api_version =>1.0,
1031: p_po_distribution_id =>l_po_distribution_id,
1032: x_dist_amt_ordered =>l_amount_ordered,
1033: x_dist_amt_cancelled =>l_amount_cancelled,

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

1520: x_delivered_amt => l_amount_delivered,
1521: x_corrected_amt => l_amount_corrected);
1522:
1523:
1524: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(p_api_version => 1.0,
1525: p_receive_transaction_id => X_rcv_transaction_id,
1526: x_ship_amt_ordered => l_amount_ordered,
1527: x_ship_amt_cancelled => l_amount_cancelled,
1528: x_ret_status => l_ret_status,

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

1701: END IF;
1702:
1703: END LOOP;
1704:
1705: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';
1706: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1707: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1708: END IF;
1709:

Line 1710: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(

1706: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1707: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
1708: END IF;
1709:
1710: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(
1711: P_Api_Version => 1.0,
1712: P_Line_Loc_Changes_Rec => l_po_ap_line_loc_rec,
1713: P_Dist_Changes_Rec => l_po_ap_dist_rec,
1714: X_Return_Status => l_return_status,

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

3441: END IF;
3442:
3443: END LOOP;
3444:
3445: l_debug_info := 'Call the PO_AP_INVOICE_MATCH_GRP to update the Po Distributions and Po Line Locations';
3446: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3447: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
3448: END IF;
3449:

Line 3450: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(

3446: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3447: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||l_api_name,l_debug_info);
3448: END IF;
3449:
3450: PO_AP_INVOICE_MATCH_GRP.Update_Document_Ap_Values(
3451: P_Api_Version => 1.0,
3452: P_Line_Loc_Changes_Rec => l_po_ap_line_loc_rec,
3453: P_Dist_Changes_Rec => l_po_ap_dist_rec,
3454: X_Return_Status => l_return_status,