DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKC_CONTRACT_PUB

Line 12507: lp_chrv_rec okc_contract_pub.chrv_rec_type;

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

Line 12508: lx_chrv_rec okc_contract_pub.chrv_rec_type;

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

Line 12701: 'calling OKC_CONTRACT_PUB.update_contract_header'

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

Line 12705: okc_contract_pub.update_contract_header

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

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

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