DBA Data[Home] [Help]

APPS.AP_APXUCPRP_XMLP_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 6: base_curr ap_system_parameters.base_currency_code%TYPE; prec fnd_currencies.precision%TYPE; min_au fnd_currencies.minimum_accountable_unit%TYPE; descr fnd_currencies.description%TYPE;

2: /* $Header: APXUCPRPB.pls 120.1 2008/01/06 11:52:48 vjaganat noship $ */
3:
4: FUNCTION get_base_curr_data RETURN BOOLEAN IS
5:
6: base_curr ap_system_parameters.base_currency_code%TYPE; prec fnd_currencies.precision%TYPE; min_au fnd_currencies.minimum_accountable_unit%TYPE; descr fnd_currencies.description%TYPE;
7: BEGIN
8:
9: base_curr := '';
10: prec := 0;

Line 286: l_org_id ap_system_parameters.org_id%TYPE;

282: FUNCTION GET_ORG_PLACEHOLDERS RETURN BOOLEAN IS
283: multi_org_installation fnd_product_groups.multi_org_flag%TYPE ;
284: l_sob_type_code gl_sets_of_books.mrc_sob_type_code%TYPE;
285: l_primary_set_of_books_id gl_sets_of_books.set_of_books_id%TYPE;
286: l_org_id ap_system_parameters.org_id%TYPE;
287: BEGIN
288: SELECT multi_org_flag
289: INTO multi_org_installation
290: FROM fnd_product_groups