DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_CONTRACT_PUB

Line 2535: --OKC_CONTRACT_PUB.create_contract_header(

2531: --dbms_output.put_line('Create contract header');
2532: --
2533: -- call procedure in complex API
2534: --
2535: --OKC_CONTRACT_PUB.create_contract_header(
2536:
2537: okl_okc_migration_pvt.create_contract_header(
2538: p_api_version => p_api_version,
2539: p_init_msg_list => p_init_msg_list,

Line 3447: -- OKC_CONTRACT_PUB.update_contract_header(

3443:
3444: --
3445: -- call procedure in complex API
3446: --
3447: -- OKC_CONTRACT_PUB.update_contract_header(
3448:
3449: okl_okc_migration_pvt.update_contract_header(
3450: p_api_version => p_api_version,
3451: p_init_msg_list => p_init_msg_list,

Line 4250: l_chrv_rec2 OKC_CONTRACT_PUB.chrv_rec_type;

4246: G_SQLCODE_TOKEN VARCHAR2(200) := 'SQLcode';
4247: G_SQLERRM_TOKEN VARCHAR2(200) := 'SQLerrm';
4248:
4249: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_CONTRACT';
4250: l_chrv_rec2 OKC_CONTRACT_PUB.chrv_rec_type;
4251: l_chrv_rec chrv_rec_type;
4252: l_khrv_rec khrv_rec_type;
4253: l_tcnv_rec OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
4254: lx_tcnv_rec OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;

Line 4319: l_gvev_tbl_in okc_contract_pub.gvev_tbl_type;

4315:
4316:
4317: FUNCTION DELETE_GOVERNANCES( p_chr_id number) Return varchar2 IS
4318: l_return_status varchar2(30);
4319: l_gvev_tbl_in okc_contract_pub.gvev_tbl_type;
4320:
4321: CURSOR l_gvev_csr (p_id IN NUMBER) IS
4322: SELECT ID
4323: FROM OKC_GOVERNANCES_V

Line 4335: okc_contract_pub.delete_governance (

4331: LOOP
4332:
4333: l_gvev_tbl_in(1).ID := rec.id;
4334:
4335: okc_contract_pub.delete_governance (
4336: p_api_version => p_api_version,
4337: p_init_msg_list => p_init_msg_list,
4338: x_return_status => l_return_status,
4339: x_msg_count => x_msg_count,

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

7700:
7701:
7702: --12/10/01 ashish - changed this to call different okc api as we need to delete
7703: --okc_k_items automatically when okc_k_lines is deleted.
7704: --okc_contract_pub can be called directly here as there are no records involved
7705:
7706: --taken care of in another api with p_delete_cascade_yn flag
7707:
7708: -- check return status

Line 8662: okc_contract_pub.delete_contract_line(

8658: End If;
8659: --Bug# 4558486
8660:
8661: -- call OKC API first to delete contract line
8662: okc_contract_pub.delete_contract_line(
8663: p_api_version => l_api_version,
8664: p_init_msg_list => p_init_msg_list,
8665: x_return_status => x_return_status,
8666: x_msg_count => x_msg_count,

Line 9630: --OKC_CONTRACT_PUB.create_contract_header(

9626: --dbms_output.put_line('Create governance');
9627: --
9628: -- call procedure in complex API
9629: --
9630: --OKC_CONTRACT_PUB.create_contract_header(
9631: okl_okc_migration_pvt.create_governance(
9632: p_api_version => p_api_version,
9633: p_init_msg_list => p_init_msg_list,
9634: x_return_status => x_return_status,

Line 9858: -- OKC_CONTRACT_PUB.update_contract_header(

9854:
9855: --
9856: -- call procedure in complex API
9857: --
9858: -- OKC_CONTRACT_PUB.update_contract_header(
9859: okl_okc_migration_pvt.update_governance(
9860: p_api_version => p_api_version,
9861: p_init_msg_list => p_init_msg_list,
9862: x_return_status => x_return_status,