DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on GMS_AP_API

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

451: aid.expenditure_type,
452: aid.expenditure_item_date,
453: aid.expenditure_organization_id,
454: aid.pa_quantity,
455: gms_ap_api.get_distribution_award(aid.award_id),
456: /* Bug 7483260. If the attribute field is populated in the
457: * interface, take that value. If the attribute field from
458: * the interface is null and the transfer_desc_flex_flag is
459: * Y, take the value from the purchase order.

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

1104: -- Bug 5554493
1105: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1106:
1107: If l_award_set_id Is Not Null Then
1108: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1109: End If;
1110:
1111: --For proration rounding/base amount rounding,
1112: --calculating max of the largest distribution's index

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

1163: -- Bug 5554493
1164: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1165:
1166: If l_award_set_id Is Not Null Then
1167: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1168: End If;
1169:
1170: --calculate the max of the largest distribution's index to be
1171: --used for base amount rounding. No need to perform proration

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

2080: NULL, --pa_cc_ar_invoice_id
2081: NULL, --pa_cc_ar_invoice_line_num
2082: NULL, --pa_cc_processed_code
2083: DECODE(X_SINGLE_DIST_FLAG,
2084: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
2085: NULL), --award_id
2086: G_AWT_GROUP_ID, --awt_group_id
2087: NULL, --reference_1
2088: NULL, --reference_2

Line 2837: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2833: P_Parent_Dist_Id => NULL);
2834:
2835: END IF;
2836:
2837: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
2838: ( p_invoice_id => x_invoice_id,
2839: p_distribution_line_number => l_distribution_line_number,
2840: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
2841: p_award_id => x_dist_tab(i).award_id,