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 355: okl_gts_pvt.update_row(

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

Line 929: OKL_GTS_PVT.insert_row(

925: l_new_seq_value := new_tmpt_set_copy_no.next_number;
926: END LOOP;
927: l_gtsv_rec_in.name := ( SUBSTR(l_gtsv_rec_in.name, 1, 135) || '-COPY')
928: || l_new_seq_value;
929: OKL_GTS_PVT.insert_row(
930: p_api_version => l_api_version
931: ,p_init_msg_list => p_init_msg_list
932: ,x_return_status => l_return_status
933: ,x_msg_count => l_msg_count