DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKC_CONTRACT_PUB

Line 12508: lp_chrv_rec okc_contract_pub.chrv_rec_type;

12504: l_api_version CONSTANT NUMBER := 1;
12505: l_id NUMBER := -9999;
12506: get_k_dtls_rec get_k_dtls_csr%ROWTYPE;
12507: l_ste_code okc_statuses_v.code%TYPE;
12508: lp_chrv_rec okc_contract_pub.chrv_rec_type;
12509: lx_chrv_rec okc_contract_pub.chrv_rec_type;
12510: l_sts_meaning VARCHAR2 (300);
12511: l_msg_tbl g_msg_tbl := px_msg_tbl;
12512: l_count NUMBER;

Line 12509: lx_chrv_rec okc_contract_pub.chrv_rec_type;

12505: l_id NUMBER := -9999;
12506: get_k_dtls_rec get_k_dtls_csr%ROWTYPE;
12507: l_ste_code okc_statuses_v.code%TYPE;
12508: lp_chrv_rec okc_contract_pub.chrv_rec_type;
12509: lx_chrv_rec okc_contract_pub.chrv_rec_type;
12510: l_sts_meaning VARCHAR2 (300);
12511: l_msg_tbl g_msg_tbl := px_msg_tbl;
12512: l_count NUMBER;
12513: l_module_name VARCHAR2 (500)

Line 12702: 'calling OKC_CONTRACT_PUB.update_contract_header'

12698: THEN
12699: okl_debug_pub.log_debug
12700: (g_level_statement,
12701: l_module_name,
12702: 'calling OKC_CONTRACT_PUB.update_contract_header'
12703: );
12704: END IF;
12705:
12706: okc_contract_pub.update_contract_header

Line 12706: okc_contract_pub.update_contract_header

12702: 'calling OKC_CONTRACT_PUB.update_contract_header'
12703: );
12704: END IF;
12705:
12706: okc_contract_pub.update_contract_header
12707: (p_api_version => p_api_version,
12708: p_init_msg_list => g_false,
12709: x_return_status => l_return_status,
12710: x_msg_count => x_msg_count,

Line 12722: 'called OKC_CONTRACT_PUB.update_contract_header , return status: '

12718: THEN
12719: okl_debug_pub.log_debug
12720: (g_level_statement,
12721: l_module_name,
12722: 'called OKC_CONTRACT_PUB.update_contract_header , return status: '
12723: || l_return_status
12724: );
12725: END IF;
12726: