DBA Data[Home] [Help]

APPS.OTA_TPC_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 29: from hr_organization_information inf

25: --
26: --
27: cursor csr_sec_grp is
28: select inf.org_information14
29: from hr_organization_information inf
30: ,ota_training_plan_costs tpc
31: where tpc.training_plan_cost_id = p_training_plan_cost_id
32: and inf.organization_id = tpc.business_group_id
33: and inf.org_information_context || '' = 'Business Group Information';