DBA Data[Home] [Help]

APPS.PN_INDEX_AMOUNT_PKG dependencies on GL_SETS_OF_BOOKS

Line 175: v_currency_code gl_sets_of_books.currency_code%TYPE;

171: ,p_precision IN NUMBER DEFAULT NULL
172: ,p_currency_code IN VARCHAR2 DEFAULT NULL
173: )
174: RETURN VARCHAR2 IS
175: v_currency_code gl_sets_of_books.currency_code%TYPE;
176: v_formatted_number VARCHAR2 (100);
177: v_format_mask VARCHAR2 (100);
178: v_field_length NUMBER := 20;
179: v_min_acct_unit NUMBER;

Line 236: v_currency_code gl_sets_of_books.currency_code%TYPE;

232: FUNCTION get_amount_precision (
233: p_currency_code IN VARCHAR2 DEFAULT NULL
234: )
235: RETURN NUMBER IS
236: v_currency_code gl_sets_of_books.currency_code%TYPE;
237: v_precision NUMBER;
238: v_ext_precision NUMBER;
239: v_min_acct_unit NUMBER;
240: BEGIN

Line 5130: v_gl_set_of_books_id gl_sets_of_books.set_of_books_id%TYPE;

5126: v_payment_term_id pn_payment_terms.payment_term_id%TYPE;
5127: v_freq_divisor NUMBER;
5128: v_converted_amount NUMBER;
5129: v_actual_amount pn_payment_terms.actual_amount%TYPE;
5130: v_gl_set_of_books_id gl_sets_of_books.set_of_books_id%TYPE;
5131: v_expense_account_id pn_lease_details.expense_account_id%TYPE;
5132: v_receivable_account_id pn_lease_details.receivable_account_id%TYPE;
5133: v_account_class pn_distributions.account_class%TYPE;
5134: v_payment_end_date DATE;