DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on DUAL

Line 7144: from sys.dual

7140: (c_system_person_type per_person_types.system_person_type%TYPE
7141: )
7142: is
7143: select null
7144: from sys.dual
7145: where exists
7146: (select null
7147: from per_all_people_f ppf,
7148: per_person_types ppt

Line 9409: from sys.dual

9405: and ppt.person_type_id = ppf.person_type_id;
9406: --
9407: cursor csr_chk_future_changes is
9408: select null
9409: from sys.dual
9410: where exists(select null
9411: from per_all_people_f ppf
9412: , per_person_types ppt
9413: where ppf.effective_start_date between