DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on USER_TABLES

Line 42: entity_name user_tables.table_name%TYPE);

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:
46: PROCEDURE store_stats (p_source_type_id IN NUMBER,