DBA Data[Home] [Help]

APPS.OTA_LO_UTILITY dependencies on OTA_LEARNING_PATH_MEMBERS

Line 4443: FROM ota_learning_path_members lmb,

4439: lmb.learning_path_member_id,
4440: lme.member_status_code,
4441: lpe.person_id,
4442: lpe.contact_id
4443: FROM ota_learning_path_members lmb,
4444: ota_lp_member_enrollments lme,
4445: ota_lp_enrollments lpe
4446: WHERE lpe.lp_enrollment_id = lme.lp_enrollment_id
4447: AND lme.LEARNING_PATH_MEMBER_ID = lmb.LEARNING_PATH_MEMBER_ID

Line 4660: from ota_learning_path_members lpm,

4656: AND OFR.DELIVERY_MODE_ID = ocu.CATEGORY_USAGE_ID;
4657:
4658: cursor csr_get_act is
4659: select lpm.activity_version_id
4660: from ota_learning_path_members lpm,
4661: ota_lp_member_enrollments lme
4662: where lpm.LEARNING_PATH_MEMBER_ID = lme.LEARNING_PATH_MEMBER_ID
4663: and lme.lp_member_enrollment_id = p_lp_member_enrollment_id;
4664:

Line 4763: FROM ota_learning_path_members lmb,

4759: lmb.learning_path_member_id,
4760: lme.member_status_code,
4761: lpe.person_id,
4762: lpe.contact_id
4763: FROM ota_learning_path_members lmb,
4764: ota_lp_member_enrollments lme,
4765: ota_lp_enrollments lpe
4766: WHERE lpe.lp_enrollment_id = lme.lp_enrollment_id
4767: AND lme.LEARNING_PATH_MEMBER_ID = lmb.LEARNING_PATH_MEMBER_ID