DBA Data[Home] [Help]

APPS.CN_CALC_EXT_TABLES_PVT dependencies on CN_OBJECTS

Line 78: select name from cn_objects

74: l_table_id NUMBER;
75:
76:
77: cursor table_name_curs ( p_object_id NUMBER ) is
78: select name from cn_objects
79: where object_id = p_object_id
80: and object_type = 'TBL';
81:
82: l_external_table_name cn_objects.name%TYPE;

Line 82: l_external_table_name cn_objects.name%TYPE;

78: select name from cn_objects
79: where object_id = p_object_id
80: and object_type = 'TBL';
81:
82: l_external_table_name cn_objects.name%TYPE;
83:
84: BEGIN
85:
86: -- Standard Start of API savepoint

Line 335: select name from cn_objects

331: l_alias cn_calc_ext_tables.alias%TYPE;
332:
333:
334: cursor table_name_curs ( p_object_id NUMBER ) is
335: select name from cn_objects
336: where object_id = p_object_id
337: and object_type = 'TBL';
338:
339: l_external_table_name cn_objects.name%TYPE;

Line 339: l_external_table_name cn_objects.name%TYPE;

335: select name from cn_objects
336: where object_id = p_object_id
337: and object_type = 'TBL';
338:
339: l_external_table_name cn_objects.name%TYPE;
340:
341:
342: cursor get_tbl_curs ( p_calc_ext_table_id NUMBER ) is
343: Select external_table_id, internal_table_id