DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on GMS_AP_API

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

497: aid.expenditure_type,
498: aid.expenditure_item_date,
499: aid.expenditure_organization_id,
500: aid.pa_quantity,
501: gms_ap_api.get_distribution_award(aid.award_id),
502: /* Bug 7483260. If the attribute field is populated in the
503: * interface, take that value. If the attribute field from
504: * the interface is null and the transfer_desc_flex_flag is
505: * Y, take the value from the purchase order.

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

1193: --Bug 5554493
1194: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1195:
1196: If l_award_set_id Is Not Null Then
1197: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1198: End If;
1199:
1200: --For proration rounding/base amount rounding,
1201: --calculating max of the largest distribution's index

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

1252: -- Bug 5554493
1253: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1254:
1255: If l_award_set_id Is Not Null Then
1256: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1257: End If;
1258:
1259: --calculate the max of the largest distribution's index to be
1260: --used for base amount rounding. No need to perform proration

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

2014: NULL, --pa_cc_ar_invoice_id
2015: NULL, --pa_cc_ar_invoice_line_num
2016: NULL, --pa_cc_processed_code
2017: DECODE(X_SINGLE_DIST_FLAG,
2018: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2019: NULL), --award_id
2020: G_AWT_GROUP_ID, --awt_group_id
2021: NULL, --reference_1
2022: NULL, --reference_2

Line 2897: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2893:
2894: END IF;
2895:
2896:
2897: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
2898: ( p_invoice_id => x_invoice_id,
2899: p_distribution_line_number => l_distribution_line_number,
2900: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
2901: p_award_id => x_dist_tab(i).award_id,