DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PVT dependencies on OKL_GTS_PVT

Line 89: okl_gts_pvt.insert_row(

85: END IF;
86:
87: l_gtsv_rec_in := p_gtsv_rec;
88: -- Call the insert method of the Stream Generation Template Sets
89: okl_gts_pvt.insert_row(
90: p_api_version => l_api_version
91: ,p_init_msg_list => p_init_msg_list
92: ,x_return_status => l_return_status
93: ,x_msg_count => l_msg_count

Line 356: okl_gts_pvt.update_row(

352: AND l_gttv_rec_in.tmpt_status = G_INIT_TMPT_STATUS )
353: THEN
354: -- Allowing the Updation of the Template sets only in the case of
355: -- Duplicated Templates.
356: okl_gts_pvt.update_row(
357: p_api_version => l_api_version
358: ,p_init_msg_list => p_init_msg_list
359: ,x_return_status => l_return_status
360: ,x_msg_count => l_msg_count

Line 943: OKL_GTS_PVT.insert_row(

939: l_new_seq_value := new_tmpt_set_copy_no.next_number;
940: END LOOP;
941: l_gtsv_rec_in.name := ( SUBSTR(l_gtsv_rec_in.name, 1, 135) || '-COPY')
942: || l_new_seq_value;
943: OKL_GTS_PVT.insert_row(
944: p_api_version => l_api_version
945: ,p_init_msg_list => p_init_msg_list
946: ,x_return_status => l_return_status
947: ,x_msg_count => l_msg_count