DBA Data[Home] [Help]

APPS.OKE_CHANGE_STATUS_PUB dependencies on OKC_CONTRACT_PUB

Line 401: okc_contract_pub.lock_contract_header(

397: p_control_rec.comments := p_chr_sts_rec.comments;
398:
399:
400: -- Added the following code to place a lock on contract header.
401: okc_contract_pub.lock_contract_header(
402: p_api_version => 1.0,
403: p_init_msg_list => 'T',
404: x_return_status => l_return_status,
405: x_msg_count => x_msg_count,

Line 418: OKC_CONTRACT_PUB.update_contract_header(

414: END IF;
415:
416:
417:
418: OKC_CONTRACT_PUB.update_contract_header(
419: p_api_version => p_api_version,
420: P_INIT_MSG_LIST => 'F',
421: x_return_status => x_return_status,
422: x_msg_count => x_msg_count,

Line 443: OKC_CONTRACT_PUB.UPDATE_LINES(p_id => p_chr_sts_rec.k_header_id,

439: If l_new_ste_code = 'CANCELLED' then
440: l_ste_code1 := 'CANCELLED';
441: End if;
442:
443: OKC_CONTRACT_PUB.UPDATE_LINES(p_id => p_chr_sts_rec.k_header_id,
444: p_sts_code => p_chr_sts_rec.new_sts_code ,
445: p_new_ste_code => l_new_ste_code,
446: p_old_ste_code => l_old_ste_code ,
447: p_ste_code => l_ste_code1,