DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on OTA_CTU_INS

Line 111: Ota_ctu_ins.ins(

107: If l_course_min_st_dt is NULL then
108: l_course_min_st_dt := trunc(sysdate);
109: End If;
110:
111: Ota_ctu_ins.ins(
112: p_effective_date => trunc(sysdate)
113: ,p_business_group_id => p_business_group_id --nvl(c_get_act.business_group_id,0)
114: ,p_category => l_dm_name
115: ,p_type => 'DM'

Line 207: Ota_ctu_ins.ins

203:
204: if csr_category_present%notfound then
205: begin
206:
207: Ota_ctu_ins.ins
208: (
209: p_effective_date => trunc(sysdate)
210: ,p_business_group_id => p_business_group_id
211: ,p_category => p_business_group_name

Line 1312: ota_ctu_ins.ins( p_effective_date =>trunc(sysdate)

1308: close csr_min_start_date;
1309:
1310:
1311:
1312: ota_ctu_ins.ins( p_effective_date =>trunc(sysdate)
1313: ,p_business_group_id => l_business_group_id
1314: ,p_category => c_get_act.name
1315: ,p_type => l_type
1316: ,p_parent_cat_usage_id => l_parent_category_usage_id