DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on FND_LOOKUP_VALUES

Line 41: category_name fnd_lookup_values.lookup_code%TYPE,

37: p_batch_id IN NUMBER,
38: p_interface_run_id IN NUMBER);
39:
40: TYPE g_category_entity_type_record IS RECORD (
41: category_name fnd_lookup_values.lookup_code%TYPE,
42: entity_name user_tables.table_name%TYPE);
43:
44: TYPE g_category_entity_type_table IS TABLE OF g_category_entity_type_record INDEX BY BINARY_INTEGER;
45: