DBA Data[Home] [Help]

APPS.HZ_BUSINESS_EVENT_V2PVT dependencies on HZ_PARTY_INFO_V2PUB

Line 400: -- hz_party_info_v2pub

396: PROCEDURE update_certifications_event
397: ( p_certifications_rec IN hz_org_info_pub.certifications_rec_type );
398:
399:
400: -- hz_party_info_v2pub
401:
402: PROCEDURE create_credit_ratings_event
403: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
404:

Line 403: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);

399:
400: -- hz_party_info_v2pub
401:
402: PROCEDURE create_credit_ratings_event
403: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
404:
405: PROCEDURE update_credit_ratings_event
406: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type,
407: p_old_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);

Line 406: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type,

402: PROCEDURE create_credit_ratings_event
403: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
404:
405: PROCEDURE update_credit_ratings_event
406: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type,
407: p_old_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
408:
409: PROCEDURE create_fin_profile_event
410: (p_financial_profile_rec IN hz_party_info_pub.financial_profile_rec_type);

Line 407: p_old_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);

403: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
404:
405: PROCEDURE update_credit_ratings_event
406: (p_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type,
407: p_old_credit_ratings_rec IN hz_party_info_v2pub.credit_rating_rec_type);
408:
409: PROCEDURE create_fin_profile_event
410: (p_financial_profile_rec IN hz_party_info_pub.financial_profile_rec_type);
411: