DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on GMS_AP_API

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

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

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

1342: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1343:
1344:
1345: If l_award_set_id Is Not Null Then
1346: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1347: End If;
1348:
1349: --For proration rounding/base amount rounding,
1350: --calculating max of the largest distribution's index

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

1412: -- Bug 5554493
1413: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1414:
1415: If l_award_set_id Is Not Null Then
1416: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1417: End If;
1418:
1419: --calculate the max of the largest distribution's index to be
1420: --used for base amount rounding. No need to perform proration

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

2231: NULL, --pa_cc_ar_invoice_id
2232: NULL, --pa_cc_ar_invoice_line_num
2233: NULL, --pa_cc_processed_code
2234: DECODE(X_SINGLE_DIST_FLAG,
2235: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2236: NULL), --award_id
2237: G_AWT_GROUP_ID, --awt_group_id
2238: NULL, --reference_1
2239: NULL, --reference_2

Line 3101: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

3097:
3098: END IF;
3099:
3100:
3101: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
3102: ( p_invoice_id => x_invoice_id,
3103: p_distribution_line_number => l_distribution_line_number,
3104: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
3105: p_award_id => x_dist_tab(i).award_id,