DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on AP_LOOKUP_CODES

Line 9: P_RATE_TYPE_LOOKUP_CODE ap_lookup_codes.lookup_code%type;

5: defined at concurrent program */
6: P_ORG_ID ap_system_parameters_all.org_id%type;
7: P_REVALUATION_PERIOD gl_periods.period_name%type;
8: P_DUE_DATE gl_period_statuses.end_date%type;
9: P_RATE_TYPE_LOOKUP_CODE ap_lookup_codes.lookup_code%type;
10: P_DAILY_RATE_TYPE gl_daily_conversion_types.conversion_type%type;
11: P_DAILY_RATE_DATE gl_daily_rates.conversion_date%type;
12: P_FROM_BALANCING_SEGMENT gl_code_combinations.segment1%type;
13: P_TO_BALACING_SEGMENT gl_code_combinations.segment1%type;

Line 30: g_rate_type_dsp ap_lookup_codes.displayed_field%type;

26:
27: /* Report displayed values*/
28: g_operating_unit_dsp hr_operating_units.name%type;
29: g_gl_name_dsp gl_sets_of_books.name%type;
30: g_rate_type_dsp ap_lookup_codes.displayed_field%type;
31: g_daily_rate_type_dsp gl_daily_conversion_types.user_conversion_type%type;
32: g_trans_to_gl_only_dsp fnd_lookups.meaning%type;
33: g_cleared_only_dsp fnd_lookups.meaning%type;
34: g_base_currency_code gl_sets_of_books.currency_code%type;