DBA Data[Home] [Help]

APPS.OTA_TPC_BUS dependencies on PER_BUSINESS_GROUPS

Line 90: from per_business_groups pbg

86: -- Declare cursor
87: --
88: cursor csr_leg_code is
89: select pbg.legislation_code
90: from per_business_groups pbg
91: , ota_training_plan_costs tpc
92: where tpc.training_plan_cost_id = p_training_plan_cost_id
93: and pbg.business_group_id = tpc.business_group_id;
94: --