DBA Data[Home] [Help]

APPS.EDW_SIZE_WRAPPER dependencies on USER_OBJECTS

Line 49: changed from all_objects to user_objects by amitgupt

45: table_type, table_logical_name
46: from EDW_SIZE_INPUT order by table_owner;
47:
48: /*
49: changed from all_objects to user_objects by amitgupt
50: for impact analysis changes
51: */
52: CURSOR c_check_pack IS
53: select count(*)

Line 54: from user_objects where object_type = 'PACKAGE BODY'

50: for impact analysis changes
51: */
52: CURSOR c_check_pack IS
53: select count(*)
54: from user_objects where object_type = 'PACKAGE BODY'
55: and object_name = l_pack_name;
56:
57:
58: BEGIN