DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on GMS_AP_API

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

490: aid.expenditure_type,
491: aid.expenditure_item_date,
492: aid.expenditure_organization_id,
493: aid.pa_quantity,
494: gms_ap_api.get_distribution_award(aid.award_id),
495: /* Bug 7483260. If the attribute field is populated in the
496: * interface, take that value. If the attribute field from
497: * the interface is null and the transfer_desc_flex_flag is
498: * Y, take the value from the purchase order.

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

1217: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1218:
1219:
1220: If l_award_set_id Is Not Null Then
1221: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1222: End If;
1223:
1224: --For proration rounding/base amount rounding,
1225: --calculating max of the largest distribution's index

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

1274: -- Bug 5554493
1275: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1276:
1277: If l_award_set_id Is Not Null Then
1278: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1279: End If;
1280:
1281: --calculate the max of the largest distribution's index to be
1282: --used for base amount rounding. No need to perform proration

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

2060: NULL, --pa_cc_ar_invoice_id
2061: NULL, --pa_cc_ar_invoice_line_num
2062: NULL, --pa_cc_processed_code
2063: DECODE(X_SINGLE_DIST_FLAG,
2064: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2065: NULL), --award_id
2066: G_AWT_GROUP_ID, --awt_group_id
2067: NULL, --reference_1
2068: NULL, --reference_2

Line 2893: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2889:
2890: END IF;
2891:
2892:
2893: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
2894: ( p_invoice_id => x_invoice_id,
2895: p_distribution_line_number => l_distribution_line_number,
2896: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
2897: p_award_id => x_dist_tab(i).award_id,