DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on GMS_AP_API

Line 545: gms_ap_api.get_distribution_award(aid.award_id),

541: aid.expenditure_type,
542: aid.expenditure_item_date,
543: aid.expenditure_organization_id,
544: aid.pa_quantity,
545: gms_ap_api.get_distribution_award(aid.award_id),
546: /* Bug 7483260. If the attribute field is populated in the
547: * interface, take that value. If the attribute field from
548: * the interface is null and the transfer_desc_flex_flag is
549: * Y, take the value from the purchase order.

Line 1117: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);

1113: -- Bug 5554493
1114: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1115:
1116: If l_award_set_id Is Not Null Then
1117: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1118: End If;
1119:
1120: --For proration rounding/base amount rounding,
1121: --calculating max of the largest distribution's index

Line 1178: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);

1174: -- Bug 5554493
1175: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1176:
1177: If l_award_set_id Is Not Null Then
1178: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1179: End If;
1180:
1181: --calculate the max of the largest distribution's index to be
1182: --used for base amount rounding. No need to perform proration

Line 2073: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),

2069: NULL, --pa_cc_ar_invoice_id
2070: NULL, --pa_cc_ar_invoice_line_num
2071: NULL, --pa_cc_processed_code
2072: DECODE(X_SINGLE_DIST_FLAG,
2073: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2074: NULL), --award_id
2075: G_AWT_GROUP_ID, --awt_group_id
2076: NULL, --reference_1
2077: NULL, --reference_2

Line 2932: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2928: P_Parent_Dist_Id => NULL);
2929:
2930: END IF;
2931:
2932: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
2933: ( p_invoice_id => x_invoice_id,
2934: p_distribution_line_number => l_distribution_line_number,
2935: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
2936: p_award_id => x_dist_tab(i).award_id,