DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on GMS_AP_API

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

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

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

1015: -- Bug 5554493
1016: x_dist_tab(l_po_distribution_id).pa_quantity := l_quantity_invoiced;
1017:
1018: If l_award_set_id Is Not Null Then
1019: x_dist_tab(l_po_distribution_id).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1020: End If;
1021:
1022: --For proration rounding/base amount rounding,
1023: --calculating max of the largest distribution's index

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

1075: -- Bug 5554493
1076: x_dist_tab(i).pa_quantity := x_dist_tab(i).quantity_invoiced;
1077:
1078: If l_award_set_id Is Not Null Then
1079: x_dist_tab(i).award_id := gms_ap_api.get_distribution_award(l_award_set_id);
1080: End If;
1081:
1082: --calculate the max of the largest distribution's index to be
1083: --used for base amount rounding. No need to perform proration

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

1952: NULL, --pa_cc_ar_invoice_id
1953: NULL, --pa_cc_ar_invoice_line_num
1954: NULL, --pa_cc_processed_code
1955: DECODE(X_SINGLE_DIST_FLAG,
1956: 'Y', nvl(gms_ap_api.get_distribution_award(PD.AWARD_ID), G_AWARD_ID),
1957: NULL), --award_id
1958: G_AWT_GROUP_ID, --awt_group_id
1959: NULL, --reference_1
1960: NULL, --reference_2

Line 2779: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS

2775: P_Parent_Dist_Id => NULL);
2776:
2777: END IF;
2778:
2779: GMS_AP_API.CREATE_AWARD_DISTRIBUTIONS
2780: ( p_invoice_id => x_invoice_id,
2781: p_distribution_line_number => l_distribution_line_number,
2782: p_invoice_distribution_id => x_dist_tab(i).invoice_distribution_id,
2783: p_award_id => x_dist_tab(i).award_id,