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 988: l_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;

984: FROM okc_k_lines_b cle
985: WHERE cle.cle_id = p_cle_id
986: AND cle.dnz_chr_id = p_chr_id;
987:
988: l_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;
989: l_sub_klev_rec okl_kle_pvt.klev_rec_type;
990:
991: x_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;
992: x_sub_klev_rec okl_kle_pvt.klev_rec_type;

Line 991: x_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;

987:
988: l_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;
989: l_sub_klev_rec okl_kle_pvt.klev_rec_type;
990:
991: x_sub_clev_rec okl_okc_migration_pvt.clev_rec_type;
992: x_sub_klev_rec okl_kle_pvt.klev_rec_type;
993:
994: -- added above cursor for bug 7323444 -- end
995:

Line 1127: okl_okc_migration_pvt.update_contract_item(

1123:
1124: --
1125: -- call procedure in complex API
1126: --
1127: okl_okc_migration_pvt.update_contract_item(
1128: p_api_version => p_api_version,
1129: p_init_msg_list => p_init_msg_list,
1130: x_return_status => x_return_status,
1131: x_msg_count => x_msg_count,

Line 1172: okl_okc_migration_pvt.create_k_party_role(

1168: /* if ( l_cplv_rec.object1_id1 is not null and l_cplv_rec.object1_id2 is not null) then
1169:
1170: if ( l_cplv_rec.id is null ) then
1171:
1172: okl_okc_migration_pvt.create_k_party_role(
1173: p_api_version => p_api_version,
1174: p_init_msg_list => p_init_msg_list,
1175: x_return_status => x_return_status,
1176: x_msg_count => x_msg_count,

Line 1190: okl_okc_migration_pvt.update_k_party_role(

1186: End If;
1187:
1188: else
1189:
1190: okl_okc_migration_pvt.update_k_party_role(
1191: p_api_version => p_api_version,
1192: p_init_msg_list => p_init_msg_list,
1193: x_return_status => x_return_status,
1194: x_msg_count => x_msg_count,

Line 1211: okl_okc_migration_pvt.delete_k_party_role(

1207:
1208: Elsif ( l_cplv_rec.id is not null ) then
1209:
1210: -- delete party
1211: okl_okc_migration_pvt.delete_k_party_role(
1212: p_api_version => p_api_version,
1213: p_init_msg_list => p_init_msg_list,
1214: x_return_status => x_return_status,
1215: x_msg_count => x_msg_count,

Line 1540: okl_okc_migration_pvt.delete_contract_item(

1536:
1537: --
1538: -- call procedure in complex API
1539: --
1540: okl_okc_migration_pvt.delete_contract_item(
1541: p_api_version => p_api_version,
1542: p_init_msg_list => p_init_msg_list,
1543: x_return_status => x_return_status,
1544: x_msg_count => x_msg_count,

Line 1559: okl_okc_migration_pvt.delete_k_party_role(

1555: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
1556: -- to delete records in tables
1557: -- okc_k_party_roles_b and okl_k_party_roles
1558: /*
1559: okl_okc_migration_pvt.delete_k_party_role(
1560: p_api_version => p_api_version,
1561: p_init_msg_list => p_init_msg_list,
1562: x_return_status => x_return_status,
1563: x_msg_count => x_msg_count,