DBA Data[Home] [Help]

APPS.OTA_TMT_BUS1 dependencies on OTA_TRAINING_PLAN_COSTS

Line 165: from OTA_TRAINING_PLAN_COSTS

161: l_api_updating boolean;
162:
163: cursor csr_chk_no_cost_recs is
164: select null
165: from OTA_TRAINING_PLAN_COSTS
166: where business_group_id = p_business_group_id
167: and tp_measurement_type_id = p_tp_measurement_type_id;
168: Begin
169: --

Line 437: from OTA_TRAINING_PLAN_COSTS

433: l_api_updating boolean;
434:
435: cursor csr_upd_cost_level is
436: select null
437: from OTA_TRAINING_PLAN_COSTS
438: where tp_measurement_type_id = p_tp_measurement_type_id
439: and business_group_id = p_business_group_id;
440: Begin
441: --

Line 703: from OTA_TRAINING_PLAN_COSTS

699: l_proc varchar2(72) := g_package||'chk_del_tp_measurement_type_id';
700:
701: cursor csr_del_tp_measurement_type_id is
702: select null
703: from OTA_TRAINING_PLAN_COSTS
704: where tp_measurement_type_id = p_tp_measurement_type_id;
705: Begin
706: --
707: -- check mandatory parameters have been set