DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_CONTRACT_PUB

Line 2602: --OKC_CONTRACT_PUB.create_contract_header(

2598: --dbms_output.put_line('Create contract header');
2599: --
2600: -- call procedure in complex API
2601: --
2602: --OKC_CONTRACT_PUB.create_contract_header(
2603:
2604: okl_okc_migration_pvt.create_contract_header(
2605: p_api_version => p_api_version,
2606: p_init_msg_list => p_init_msg_list,

Line 3527: -- OKC_CONTRACT_PUB.update_contract_header(

3523:
3524: --
3525: -- call procedure in complex API
3526: --
3527: -- OKC_CONTRACT_PUB.update_contract_header(
3528:
3529: okl_okc_migration_pvt.update_contract_header(
3530: p_api_version => p_api_version,
3531: p_init_msg_list => p_init_msg_list,

Line 4335: l_chrv_rec2 OKC_CONTRACT_PUB.chrv_rec_type;

4331: G_SQLCODE_TOKEN VARCHAR2(200) := 'SQLcode';
4332: G_SQLERRM_TOKEN VARCHAR2(200) := 'SQLerrm';
4333:
4334: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_CONTRACT';
4335: l_chrv_rec2 OKC_CONTRACT_PUB.chrv_rec_type;
4336: l_chrv_rec chrv_rec_type;
4337: l_khrv_rec khrv_rec_type;
4338: l_tcnv_rec OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
4339: lx_tcnv_rec OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;

Line 4404: l_gvev_tbl_in okc_contract_pub.gvev_tbl_type;

4400:
4401:
4402: FUNCTION DELETE_GOVERNANCES( p_chr_id number) Return varchar2 IS
4403: l_return_status varchar2(30);
4404: l_gvev_tbl_in okc_contract_pub.gvev_tbl_type;
4405:
4406: CURSOR l_gvev_csr (p_id IN NUMBER) IS
4407: SELECT ID
4408: FROM OKC_GOVERNANCES_V

Line 4420: okc_contract_pub.delete_governance (

4416: LOOP
4417:
4418: l_gvev_tbl_in(1).ID := rec.id;
4419:
4420: okc_contract_pub.delete_governance (
4421: p_api_version => p_api_version,
4422: p_init_msg_list => p_init_msg_list,
4423: x_return_status => l_return_status,
4424: x_msg_count => x_msg_count,

Line 7806: --okc_contract_pub can be called directly here as there are no records involved

7802:
7803:
7804: --12/10/01 ashish - changed this to call different okc api as we need to delete
7805: --okc_k_items automatically when okc_k_lines is deleted.
7806: --okc_contract_pub can be called directly here as there are no records involved
7807:
7808: --taken care of in another api with p_delete_cascade_yn flag
7809:
7810: -- check return status

Line 8764: okc_contract_pub.delete_contract_line(

8760: End If;
8761: --Bug# 4558486
8762:
8763: -- call OKC API first to delete contract line
8764: okc_contract_pub.delete_contract_line(
8765: p_api_version => l_api_version,
8766: p_init_msg_list => p_init_msg_list,
8767: x_return_status => x_return_status,
8768: x_msg_count => x_msg_count,

Line 9732: --OKC_CONTRACT_PUB.create_contract_header(

9728: --dbms_output.put_line('Create governance');
9729: --
9730: -- call procedure in complex API
9731: --
9732: --OKC_CONTRACT_PUB.create_contract_header(
9733: okl_okc_migration_pvt.create_governance(
9734: p_api_version => p_api_version,
9735: p_init_msg_list => p_init_msg_list,
9736: x_return_status => x_return_status,

Line 9960: -- OKC_CONTRACT_PUB.update_contract_header(

9956:
9957: --
9958: -- call procedure in complex API
9959: --
9960: -- OKC_CONTRACT_PUB.update_contract_header(
9961: okl_okc_migration_pvt.update_governance(
9962: p_api_version => p_api_version,
9963: p_init_msg_list => p_init_msg_list,
9964: x_return_status => x_return_status,