DBA Data[Home] [Help]

APPS.CSF_RESOURCE_ADDRESS_PVT dependencies on HZ_PARTY_V2PUB

Line 843: l_person_rec hz_party_v2pub.person_rec_type;

839: l_api_name CONSTANT VARCHAR2(50) := 'CREATE_RESOURCE_PARTY_LINK';
840: l_debug CONSTANT BOOLEAN := g_debug = 'Y';
841:
842: l_location_rec hz_location_v2pub.location_rec_type;
843: l_person_rec hz_party_v2pub.person_rec_type;
844: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
845:
846: l_profile_id NUMBER;
847: l_party_number VARCHAR2(30);

Line 947: hz_party_v2pub.create_person(

943: debug(' --> First Name = ' || l_person_rec.person_first_name, l_api_name, fnd_log.level_statement);
944: debug(' --> Last Name = ' || l_person_rec.person_last_name, l_api_name, fnd_log.level_statement);
945: END IF;
946:
947: hz_party_v2pub.create_person(
948: p_init_msg_list => fnd_api.g_false
949: , p_person_rec => l_person_rec
950: , x_return_status => x_return_status
951: , x_msg_count => x_msg_count

Line 961: debug('HZ_PARTY_V2PUB.CREATE returned error: Error = ' || fnd_msg_pub.get(fnd_msg_pub.g_last), l_api_name, fnd_log.level_error);

957:
958: IF x_return_status <> fnd_api.g_ret_sts_success THEN
959: IF l_debug THEN
960: fnd_msg_pub.count_and_get(fnd_api.g_false, x_msg_count, x_msg_data);
961: debug('HZ_PARTY_V2PUB.CREATE returned error: Error = ' || fnd_msg_pub.get(fnd_msg_pub.g_last), l_api_name, fnd_log.level_error);
962: END IF;
963: IF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
964: RAISE fnd_api.g_exc_unexpected_error;
965: END IF;

Line 969: debug('HZ_PARTY_V2PUB.CREATE_P was successful: Party ID = ' || p_address.party_id, l_api_name, fnd_log.level_statement);

965: END IF;
966: RAISE fnd_api.g_exc_error;
967: ELSE
968: IF l_debug THEN
969: debug('HZ_PARTY_V2PUB.CREATE_P was successful: Party ID = ' || p_address.party_id, l_api_name, fnd_log.level_statement);
970: END IF;
971: END IF;
972: ELSE
973: IF l_debug THEN

Line 1342: l_person_rec hz_party_v2pub.person_rec_type;

1338: l_api_name CONSTANT VARCHAR2(50) := 'CREATE_RESOURCE_PARTY_LINK';
1339: l_debug CONSTANT BOOLEAN := g_debug = 'Y';
1340:
1341: l_location_rec hz_location_v2pub.location_rec_type;
1342: l_person_rec hz_party_v2pub.person_rec_type;
1343: l_party_site_rec hz_party_site_v2pub.party_site_rec_type;
1344:
1345: l_profile_id NUMBER;
1346: l_party_number VARCHAR2(30);

Line 1462: hz_party_v2pub.create_person(

1458: debug(' --> First Name = ' || l_person_rec.person_first_name, l_api_name, fnd_log.level_statement);
1459: debug(' --> Last Name = ' || l_person_rec.person_last_name, l_api_name, fnd_log.level_statement);
1460: END IF;
1461:
1462: hz_party_v2pub.create_person(
1463: p_init_msg_list => fnd_api.g_false
1464: , p_person_rec => l_person_rec
1465: , x_return_status => x_return_status
1466: , x_msg_count => x_msg_count

Line 1476: debug('HZ_PARTY_V2PUB.CREATE returned error: Error = ' || fnd_msg_pub.get(fnd_msg_pub.g_last), l_api_name, fnd_log.level_error);

1472:
1473: IF x_return_status <> fnd_api.g_ret_sts_success THEN
1474: IF l_debug THEN
1475: fnd_msg_pub.count_and_get(fnd_api.g_false, x_msg_count, x_msg_data);
1476: debug('HZ_PARTY_V2PUB.CREATE returned error: Error = ' || fnd_msg_pub.get(fnd_msg_pub.g_last), l_api_name, fnd_log.level_error);
1477: END IF;
1478: IF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
1479: RAISE fnd_api.g_exc_unexpected_error;
1480: END IF;

Line 1484: debug('HZ_PARTY_V2PUB.CREATE_P was successful: Party ID = ' || p_address.party_id, l_api_name, fnd_log.level_statement);

1480: END IF;
1481: RAISE fnd_api.g_exc_error;
1482: ELSE
1483: IF l_debug THEN
1484: debug('HZ_PARTY_V2PUB.CREATE_P was successful: Party ID = ' || p_address.party_id, l_api_name, fnd_log.level_statement);
1485: END IF;
1486: END IF;
1487: ELSE
1488: IF l_debug THEN