DBA Data[Home] [Help]

APPS.HZ_MAP_PARTY_PUB dependencies on HZ_PARTY_INTERFACE_ERRORS_S

Line 219: hz_party_interface_errors_s.nextval,

215: last_updated_by,
216: last_update_date,
217: last_update_login)
218: VALUES (
219: hz_party_interface_errors_s.nextval,
220: G_PARTY_INTERFACE_ID,
221: l_message_text,
222: hz_utility_v2pub.created_by,
223: hz_utility_v2pub.creation_date,

Line 6661: -- SELECT hz_party_interface_errors_s.nextval INTO l_interface_error_id from dual;

6657:
6658: FND_MSG_PUB.RESET;
6659:
6660: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
6661: -- SELECT hz_party_interface_errors_s.nextval INTO l_interface_error_id from dual;
6662:
6663: l_message_text := FND_MSG_PUB.Get(
6664: p_encoded => FND_API.G_FALSE );
6665:

Line 6676: hz_party_interface_errors_s.nextval ,

6672: last_updated_by,
6673: last_update_date,
6674: last_update_login)
6675: VALUES (
6676: hz_party_interface_errors_s.nextval ,
6677: p_party_interface_id,
6678: l_message_text,
6679: hz_utility_v2pub.created_by,
6680: hz_utility_v2pub.creation_date,