DBA Data[Home] [Help]

APPS.OKL_CONTRACT_TOP_LINE_PVT dependencies on OKL_OKC_MIGRATION_PVT

Line 720: okl_okc_migration_pvt.create_contract_item(

716: END IF;
717:
718: l_cimv_rec.cle_id := x_clev_rec.id;
719:
720: okl_okc_migration_pvt.create_contract_item(
721: p_api_version => p_api_version,
722: p_init_msg_list => p_init_msg_list,
723: x_return_status => x_return_status,
724: x_msg_count => x_msg_count,

Line 742: okl_okc_migration_pvt.create_k_party_role(

738:
739: --Murthy commented out supplier is not created at line creation.
740: /* if ( l_cplv_rec.object1_id1 is not null and l_cplv_rec.object1_id2 is not null) then
741:
742: okl_okc_migration_pvt.create_k_party_role(
743: p_api_version => p_api_version,
744: p_init_msg_list => p_init_msg_list,
745: x_return_status => x_return_status,
746: x_msg_count => x_msg_count,

Line 1072: okl_okc_migration_pvt.update_contract_item(

1068:
1069: --
1070: -- call procedure in complex API
1071: --
1072: okl_okc_migration_pvt.update_contract_item(
1073: p_api_version => p_api_version,
1074: p_init_msg_list => p_init_msg_list,
1075: x_return_status => x_return_status,
1076: x_msg_count => x_msg_count,

Line 1117: okl_okc_migration_pvt.create_k_party_role(

1113: /* if ( l_cplv_rec.object1_id1 is not null and l_cplv_rec.object1_id2 is not null) then
1114:
1115: if ( l_cplv_rec.id is null ) then
1116:
1117: okl_okc_migration_pvt.create_k_party_role(
1118: p_api_version => p_api_version,
1119: p_init_msg_list => p_init_msg_list,
1120: x_return_status => x_return_status,
1121: x_msg_count => x_msg_count,

Line 1135: okl_okc_migration_pvt.update_k_party_role(

1131: End If;
1132:
1133: else
1134:
1135: okl_okc_migration_pvt.update_k_party_role(
1136: p_api_version => p_api_version,
1137: p_init_msg_list => p_init_msg_list,
1138: x_return_status => x_return_status,
1139: x_msg_count => x_msg_count,

Line 1156: okl_okc_migration_pvt.delete_k_party_role(

1152:
1153: Elsif ( l_cplv_rec.id is not null ) then
1154:
1155: -- delete party
1156: okl_okc_migration_pvt.delete_k_party_role(
1157: p_api_version => p_api_version,
1158: p_init_msg_list => p_init_msg_list,
1159: x_return_status => x_return_status,
1160: x_msg_count => x_msg_count,

Line 1485: okl_okc_migration_pvt.delete_contract_item(

1481:
1482: --
1483: -- call procedure in complex API
1484: --
1485: okl_okc_migration_pvt.delete_contract_item(
1486: p_api_version => p_api_version,
1487: p_init_msg_list => p_init_msg_list,
1488: x_return_status => x_return_status,
1489: x_msg_count => x_msg_count,

Line 1504: okl_okc_migration_pvt.delete_k_party_role(

1500: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
1501: -- to delete records in tables
1502: -- okc_k_party_roles_b and okl_k_party_roles
1503: /*
1504: okl_okc_migration_pvt.delete_k_party_role(
1505: p_api_version => p_api_version,
1506: p_init_msg_list => p_init_msg_list,
1507: x_return_status => x_return_status,
1508: x_msg_count => x_msg_count,