DBA Data[Home] [Help]

APPS.OKC_RENEW_PVT dependencies on OKC_CONDITIONS_PUB

Line 1235: l_cnh_rec okc_conditions_pub.cnhv_rec_type;

1231: FROM okc_condition_headers_b cnh
1232: WHERE dnz_chr_id = p_chr_id;
1233:
1234:
1235: l_cnh_rec okc_conditions_pub.cnhv_rec_type;
1236: i_cnh_rec okc_conditions_pub.cnhv_rec_type;
1237:
1238: E_Resource_Busy EXCEPTION;
1239: PRAGMA EXCEPTION_INIT(E_Resource_Busy, -00054);

Line 1236: i_cnh_rec okc_conditions_pub.cnhv_rec_type;

1232: WHERE dnz_chr_id = p_chr_id;
1233:
1234:
1235: l_cnh_rec okc_conditions_pub.cnhv_rec_type;
1236: i_cnh_rec okc_conditions_pub.cnhv_rec_type;
1237:
1238: E_Resource_Busy EXCEPTION;
1239: PRAGMA EXCEPTION_INIT(E_Resource_Busy, -00054);
1240:

Line 1298: okc_conditions_pub.update_cond_hdrs(

1294:
1295: IF (l_debug = 'Y') THEN
1296: okc_debug.log('5000: Before update_cond_hdrs');
1297: END IF;
1298: okc_conditions_pub.update_cond_hdrs(
1299: p_api_version => 1,
1300: p_init_msg_list => OKC_API.G_FALSE,
1301: x_return_status => l_return_status,
1302: x_msg_count => x_msg_count,