DBA Data[Home] [Help]

APPS.AP_VENDOR_PARTY_MERGE_PKG dependencies on HZ_PARTY_SITE_V2PUB

Line 966: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;

962: l_object_version_number NUMBER;
963: l_party_object_version_number NUMBER;
964: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
965: l_org_contact_id NUMBER;
966: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;
967: l_party_site_num VARCHAR2(1);
968: l_party_site_id NUMBER;
969: l_party_site_number VARCHAR2(30);
970: l_location_id NUMBER;

Line 1195: FND_FILE.Put_Line(FND_FILE.Log,'Inside loop before calling hz_party_site_v2pub.create_party_site');

1191: INTO l_party_site_rec.party_site_number
1192: FROM dual;
1193: END IF;
1194:
1195: FND_FILE.Put_Line(FND_FILE.Log,'Inside loop before calling hz_party_site_v2pub.create_party_site');
1196:
1197: -- Create party_site between l_location_id and new party_id - l_party_id
1198: hz_party_site_v2pub.Create_party_site('T',p_party_site_rec => l_party_site_rec,
1199: x_return_status => x_return_status,x_msg_count => x_msg_count,

Line 1198: hz_party_site_v2pub.Create_party_site('T',p_party_site_rec => l_party_site_rec,

1194:
1195: FND_FILE.Put_Line(FND_FILE.Log,'Inside loop before calling hz_party_site_v2pub.create_party_site');
1196:
1197: -- Create party_site between l_location_id and new party_id - l_party_id
1198: hz_party_site_v2pub.Create_party_site('T',p_party_site_rec => l_party_site_rec,
1199: x_return_status => x_return_status,x_msg_count => x_msg_count,
1200: x_msg_data => x_msg_data,x_party_site_id => l_party_site_id,
1201: x_party_site_number => l_party_site_number);
1202:

Line 1216: FND_FILE.Put_Line(FND_FILE.Log,'Inside loop after calling hz_party_site_v2pub.create_party_site');

1212:
1213: RAISE fnd_api.g_exc_error;
1214: END IF;
1215:
1216: FND_FILE.Put_Line(FND_FILE.Log,'Inside loop after calling hz_party_site_v2pub.create_party_site');
1217:
1218: END IF;
1219:
1220: BEGIN