DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on USER_OBJECTS

Line 287: from user_objects tups,

283:
284: -- check whether package bodu of TUPS/TDS is valid
285: cursor csr_chk_package_status is
286: select '1'
287: from user_objects tups,
288: user_objects tds
289: where tups.object_name = l_tups_package
290: and tups.object_type = 'PACKAGE BODY'
291: and tups.status = 'VALID'

Line 288: user_objects tds

284: -- check whether package bodu of TUPS/TDS is valid
285: cursor csr_chk_package_status is
286: select '1'
287: from user_objects tups,
288: user_objects tds
289: where tups.object_name = l_tups_package
290: and tups.object_type = 'PACKAGE BODY'
291: and tups.status = 'VALID'
292: and tds.object_name = l_tds_package