DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on GMS_AP_API

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

578: aid.expenditure_type,
579: aid.expenditure_item_date,
580: aid.expenditure_organization_id,
581: aid.pa_quantity,
582: gms_ap_api.get_distribution_award(aid.award_id),
583: /* Bug 7483260. If the attribute field is populated in the
584: * interface, take that value. If the attribute field from
585: * the interface is null and the transfer_desc_flex_flag is
586: * Y, take the value from the purchase order.

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

1276: --Bug 5554493
1277: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1278:
1279: If l_award_set_id Is Not Null Then
1280: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1281: End If;
1282:
1283: --For proration rounding/base amount rounding,
1284: --calculating max of the largest distribution's index

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

1337: -- Bug 5554493
1338: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1339:
1340: If l_award_set_id Is Not Null Then
1341: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1342: End If;
1343:
1344: --calculate the max of the largest distribution's index to be
1345: --used for base amount rounding. No need to perform proration

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

2113: NULL, --pa_cc_ar_invoice_id
2114: NULL, --pa_cc_ar_invoice_line_num
2115: NULL, --pa_cc_processed_code
2116: DECODE(X_SINGLE_DIST_FLAG,
2117: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2118: NULL), --award_id
2119: G_AWT_GROUP_ID, --awt_group_id
2120: NULL, --reference_1
2121: NULL, --reference_2

Line 3001: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

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