DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on PER_ALL_PEOPLE_F

Line 745: From PER_ALL_PEOPLE_F per, PER_PERSON_TYPE_USAGES_F ptu, PER_PERSON_TYPES ppt, PER_PERSON_TYPE_USAGES_F ptuf

741:
742: Cursor c_trainer_global
743: IS
744: Select null
745: From PER_ALL_PEOPLE_F per, PER_PERSON_TYPE_USAGES_F ptu, PER_PERSON_TYPES ppt, PER_PERSON_TYPE_USAGES_F ptuf
746: Where per.person_id = p_trainer_id
747: --AND trunc(p_start_date) between per.effective_start_date and per.effective_end_date Bug# 2956482
748: AND trunc(p_start_date) >= per.start_date
749: AND NVL(trunc(p_end_date),trunc(sysdate)) <= ptu.effective_end_date --bug no 3058027

Line 763: From PER_ALL_PEOPLE_F per, PER_PERSON_TYPE_USAGES_F ptu, PER_PERSON_TYPES ppt, PER_PERSON_TYPE_USAGES_F ptuf

759:
760: Cursor c_trainer
761: IS
762: Select null
763: From PER_ALL_PEOPLE_F per, PER_PERSON_TYPE_USAGES_F ptu, PER_PERSON_TYPES ppt, PER_PERSON_TYPE_USAGES_F ptuf
764: Where per.person_id = p_trainer_id
765: --AND trunc(p_start_date) between per.effective_start_date and per.effective_end_date Bug# 2956482
766: AND trunc(p_start_date) >= per.start_date
767: AND NVL(trunc(p_end_date),trunc(sysdate)) <= ptu.effective_end_date --bug no 3058027