DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on GMS_AP_API

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

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

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

1210: -- Bug 5554493
1211: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1212:
1213: If l_award_set_id Is Not Null Then
1214: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1215: End If;
1216:
1217: --For proration rounding/base amount rounding,
1218: --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 2212: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),

2208: NULL, --pa_cc_ar_invoice_id
2209: NULL, --pa_cc_ar_invoice_line_num
2210: NULL, --pa_cc_processed_code
2211: DECODE(X_SINGLE_DIST_FLAG,
2212: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2213: NULL), --award_id
2214: G_AWT_GROUP_ID, --awt_group_id
2215: NULL, --reference_1
2216: NULL, --reference_2

Line 3002: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2998: P_Parent_Dist_Id => NULL);
2999:
3000: END IF;
3001:
3002: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
3003: ( p_invoice_id => x_invoice_id,
3004: p_distribution_line_number => l_distribution_line_number,
3005: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
3006: p_award_id => x_dist_tab(i).award_id,