DBA Data[Home] [Help]

APPS.HZ_ACCT_CREATE_PKG dependencies on HZ_RELATIONSHIP_V2PUB

Line 252: prel_rec hz_relationship_v2pub.relationship_rec_type;

248: l_party_rel_object_version NUMBER;
249: l_party_object_version NUMBER;
250: x_party_rel_last_update_date DATE;
251: x_party_last_update_date DATE;
252: prel_rec hz_relationship_v2pub.relationship_rec_type;
253: i_pr_party_relationship_id NUMBER;
254: i_pr_party_id NUMBER;
255: i_pr_party_number VARCHAR2(100);
256: x_party_rel_id NUMBER;

Line 308: HZ_RELATIONSHIP_V2PUB.create_relationship (

304: prel_rec.status := 'A';
305: prel_rec.created_by_module := 'TCA_FORM_WRAPPER';
306:
307: -- call V2 API.
308: HZ_RELATIONSHIP_V2PUB.create_relationship (
309: p_relationship_rec => prel_rec,
310: x_relationship_id => i_pr_party_relationship_id,
311: x_party_id => i_pr_party_id,
312: x_party_number => i_pr_party_number,

Line 353: HZ_RELATIONSHIP_V2PUB.update_relationship (

349: -- prel_rec.created_by_module := 'TCA_FORM_WRAPPER';
350:
351: x_party_last_update_date := NULL;
352:
353: HZ_RELATIONSHIP_V2PUB.update_relationship (
354: p_relationship_rec => prel_rec,
355: p_object_version_number => l_party_rel_object_version,
356: p_party_object_version_number => l_party_object_version,
357: x_return_status => x_return_status,

Line 409: HZ_RELATIONSHIP_V2PUB.update_relationship (

405:
406:
407: x_party_last_update_date := NULL;
408:
409: HZ_RELATIONSHIP_V2PUB.update_relationship (
410: p_relationship_rec => prel_rec,
411: p_object_version_number => l_party_rel_object_version,
412: p_party_object_version_number => l_party_object_version,
413: x_return_status => x_return_status,

Line 417: -- Need to be commented on once HZ_RELATIONSHIP_V2PUB.update_relationship is fixed.

413: x_return_status => x_return_status,
414: x_msg_count => x_msg_count,
415: x_msg_data => x_msg_data );
416:
417: -- Need to be commented on once HZ_RELATIONSHIP_V2PUB.update_relationship is fixed.
418: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
419: update_flag(
420: p_party_id => c_party_id,
421: p_flag_name => p_rel_code,

Line 761: prel_rec hz_relationship_v2pub.relationship_rec_type;

757:
758: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
759: party_rec hz_party_v2pub.party_rec_type;
760: org_rec hz_party_v2pub.organization_rec_type;
761: prel_rec hz_relationship_v2pub.relationship_rec_type;
762: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
763:
764: /*Bug 3013045*/
765: org_rec_update hz_party_v2pub.organization_rec_type;

Line 1436: prel_rec hz_relationship_v2pub.relationship_rec_type;

1432:
1433: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
1434: party_rec hz_party_v2pub.party_rec_type;
1435: person_rec hz_party_v2pub.person_rec_type;
1436: prel_rec hz_relationship_v2pub.relationship_rec_type;
1437: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
1438:
1439: /*Bug 3013045 */
1440: person_rec_update hz_party_v2pub.person_rec_type;

Line 2068: prel_rec hz_relationship_v2pub.relationship_rec_type;

2064:
2065: acct_rec hz_cust_account_v2pub.cust_account_rec_type;
2066: prof_rec hz_customer_profile_v2pub.customer_profile_rec_type;
2067: party_rec hz_party_v2pub.party_rec_type;
2068: prel_rec hz_relationship_v2pub.relationship_rec_type;
2069: person_rec hz_party_v2pub.person_rec_type;
2070: org_rec hz_party_v2pub.organization_rec_type;
2071:
2072: tmp_var VARCHAR2(2000);