DBA Data[Home] [Help]

APPS.OKL_POOL_PVT dependencies on OKL_POC_PVT

Line 643: Okl_Poc_Pvt.insert_row(

639: l_pocv_rec.STATUS_CODE := G_POC_STS_NEW; -- default to NEW status_code. cklee 04/14/03
640: END IF;
641: -- Bug 6640050 - end of changes
642:
643: Okl_Poc_Pvt.insert_row(
644: p_api_version => p_api_version,
645: p_init_msg_list => p_init_msg_list,
646: x_return_status => x_return_status,
647: x_msg_count => x_msg_count,

Line 890: Okl_Poc_Pvt.update_row(

886: OPEN c_pol(l_pocv_rec.ID);
887: FETCH c_pol INTO lp_polv_rec.ID;
888: CLOSE c_pol;
889:
890: Okl_Poc_Pvt.update_row(
891: p_api_version => p_api_version,
892: p_init_msg_list => p_init_msg_list,
893: x_return_status => x_return_status,
894: x_msg_count => x_msg_count,

Line 1140: Okl_Poc_Pvt.delete_row(

1136: OPEN c_pol(l_pocv_rec.ID);
1137: FETCH c_pol INTO lp_polv_rec.ID;
1138: CLOSE c_pol;
1139:
1140: Okl_Poc_Pvt.delete_row(
1141: p_api_version => p_api_version,
1142: p_init_msg_list => p_init_msg_list,
1143: x_return_status => x_return_status,
1144: x_msg_count => x_msg_count,