DBA Data[Home] [Help]

APPS.AP_PREPAY_UTILS_PKG dependencies on STANDARD

Line 257: -- This Function returns the prepaid amount on an STANDARD

253: IS
254: l_prepaid_amount NUMBER := 0;
255: BEGIN
256:
257: -- This Function returns the prepaid amount on an STANDARD
258: -- invoice
259: -- eTax Uptake. This function was modified to use the lines
260: -- table instead of the distributions and include TAX lines in
261: -- the prepaid amount if tax is exclusive. In the inclusive

Line 441: -- prepayment or standard invoice.

437:
438: BEGIN
439:
440: -- Returns the sum of the applied prepayment amounts for a given
441: -- prepayment or standard invoice.
442: -- Inclusive tax amount are included, exclusive are not.
443:
444: SELECT ai.invoice_type_lookup_code
445: INTO l_inv_type_lookup_code

Line 1289: --the applied prepayment line on standard invoice

1285: END Get_Dist_Inclusive_Tax_Amt;
1286:
1287: --Bug 8638881 begin
1288: --This function will return the invoice_includes_prepay_flag of
1289: --the applied prepayment line on standard invoice
1290: FUNCTION Get_pp_appl_inv_incl_pp_flag(
1291: X_Invoice_Id IN NUMBER,
1292: X_prepay_invoice_id IN NUMBER,
1293: X_prepay_Line_Number IN NUMBER DEFAULT NULL) RETURN VARCHAR2