DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_CONTRACT_PARTY_PUB

Line 780: okl_contract_party_pub.update_k_party_role(p_api_version => p_api_version

776: lv_cplv_rec.last_updated_by := parties_rec.last_updated_by;
777: lv_cplv_rec.last_update_date := parties_rec.last_update_date;
778: lv_cplv_rec.last_update_login := parties_rec.last_update_login;
779:
780: okl_contract_party_pub.update_k_party_role(p_api_version => p_api_version
781: ,p_init_msg_list => p_init_msg_list
782: ,x_return_status => x_return_status
783: ,x_msg_count => x_msg_count
784: ,x_msg_data => x_msg_data

Line 791: 'okl_contract_party_pub.update_k_party_role returned with status '||x_return_status

787: );
788: IF(l_debug_enabled='Y') THEN
789: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
790: l_module,
791: 'okl_contract_party_pub.update_k_party_role returned with status '||x_return_status
792: );
793: END IF;
794: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
795: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 811: okl_contract_party_pub.delete_contact(p_api_version => p_api_version

807: contact_tbl_idx := contact_tbl_idx + 1;
808: lv_ctcv_tbl(contact_tbl_idx).id := party_contacts_rec.id;
809: END LOOP;
810: IF(contact_tbl_idx > 0)THEN
811: okl_contract_party_pub.delete_contact(p_api_version => p_api_version
812: ,p_init_msg_list => p_init_msg_list
813: ,x_return_status => x_return_status
814: ,x_msg_count => x_msg_count
815: ,x_msg_data => x_msg_data

Line 821: 'okl_contract_party_pub.delete_contact returned with status '||x_return_status||' contact_tbl_idx '||contact_tbl_idx

817: );
818: IF(l_debug_enabled='Y') THEN
819: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
820: l_module,
821: 'okl_contract_party_pub.delete_contact returned with status '||x_return_status||' contact_tbl_idx '||contact_tbl_idx
822: );
823: END IF;
824: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
825: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 832: okl_contract_party_pub.delete_k_party_role(p_api_version => p_api_version

828: END IF;
829: END IF;
830: -- now its safe to delete the parent
831: lv_cplv_rec.id := parties_rec.id;
832: okl_contract_party_pub.delete_k_party_role(p_api_version => p_api_version
833: ,p_init_msg_list => p_init_msg_list
834: ,x_return_status => x_return_status
835: ,x_msg_count => x_msg_count
836: ,x_msg_data => x_msg_data

Line 842: 'okl_contract_party_pub.delete_k_party_role returned with status '||x_return_status

838: );
839: IF(l_debug_enabled='Y') THEN
840: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
841: l_module,
842: 'okl_contract_party_pub.delete_k_party_role returned with status '||x_return_status
843: );
844: END IF;
845: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
846: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1018: okl_contract_party_pub.delete_contact(p_api_version => p_api_version

1014: lv_ctcv_tbl(contact_tbl_idx).id := old_contacts_orig_rec.id;
1015: END LOOP;
1016:
1017: IF(contact_tbl_idx > 0)THEN
1018: okl_contract_party_pub.delete_contact(p_api_version => p_api_version
1019: ,p_init_msg_list => p_init_msg_list
1020: ,x_return_status => x_return_status
1021: ,x_msg_count => x_msg_count
1022: ,x_msg_data => x_msg_data

Line 1028: 'okl_contract_party_pub.delete_contact returned with status '||x_return_status

1024: );
1025: IF(l_debug_enabled='Y') THEN
1026: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1027: l_module,
1028: 'okl_contract_party_pub.delete_contact returned with status '||x_return_status
1029: );
1030: END IF;
1031: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1032: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1057: okl_contract_party_pub.create_contact(p_api_version => p_api_version

1053: lv_ctcv_tbl(contact_tbl_idx).cro_code := new_contacts_rec.cro_code;
1054: lv_ctcv_tbl(contact_tbl_idx).jtot_object1_code := new_contacts_rec.contact_object;
1055: END LOOP;
1056: IF(contact_tbl_idx > 0)THEN
1057: okl_contract_party_pub.create_contact(p_api_version => p_api_version
1058: ,p_init_msg_list => p_init_msg_list
1059: ,x_return_status => x_return_status
1060: ,x_msg_count => x_msg_count
1061: ,x_msg_data => x_msg_data

Line 1068: 'okl_contract_party_pub.create_contact returned with status '||x_return_status

1064: );
1065: IF(l_debug_enabled='Y') THEN
1066: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1067: l_module,
1068: 'okl_contract_party_pub.create_contact returned with status '||x_return_status
1069: );
1070: END IF;
1071: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1072: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1503: okl_contract_party_pub.update_k_party_role(p_api_version => p_api_version

1499: lv_cplv_rec.last_updated_by := fnd_global.user_id;
1500: lv_cplv_rec.last_update_date := trunc(sysdate);
1501: lv_cplv_rec.last_update_login := fnd_global.login_id;
1502:
1503: okl_contract_party_pub.update_k_party_role(p_api_version => p_api_version
1504: ,p_init_msg_list => p_init_msg_list
1505: ,x_return_status => x_return_status
1506: ,x_msg_count => x_msg_count
1507: ,x_msg_data => x_msg_data

Line 1514: 'okl_contract_party_pub.update_k_party_role returned with status '||x_return_status

1510: );
1511: IF(l_debug_enabled='Y') THEN
1512: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1513: l_module,
1514: 'okl_contract_party_pub.update_k_party_role returned with status '||x_return_status
1515: );
1516: END IF;
1517:
1518: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN