DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_V2PUB dependencies on HZ_CREDIT_RATINGS_PKG

Line 161: HZ_CREDIT_RATINGS_PKG.Insert_Row (

157: RAISE FND_API.G_EXC_ERROR;
158: END IF;
159:
160: -- call table handler to insert a row
161: HZ_CREDIT_RATINGS_PKG.Insert_Row (
162: x_rowid => l_rowid,
163: x_credit_rating_id => p_credit_rating_rec.credit_rating_id,
164: x_description => p_credit_rating_rec.description,
165: x_party_id => p_credit_rating_rec.party_id,

Line 373: HZ_CREDIT_RATINGS_PKG.Update_Row (

369: l_acs := NULL;
370: END IF;
371:
372: -- call table handler to update a row
373: HZ_CREDIT_RATINGS_PKG.Update_Row (
374: x_rowid => l_rowid,
375: x_credit_rating_id => p_credit_rating_rec.credit_rating_id,
376: x_description => p_credit_rating_rec.description,
377: x_party_id => p_credit_rating_rec.party_id,

Line 758: * HZ_CREDIT_RATINGS_PKG.Select_Row

754: * DESCRIPTION
755: * Gets credit rating record.
756: *
757: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
758: * HZ_CREDIT_RATINGS_PKG.Select_Row
759: *
760: * ARGUMENTS
761: * IN:
762: * p_init_msg_list Initialize message stack if it is set to

Line 816: HZ_CREDIT_RATINGS_PKG.Select_Row (

812:
813: -- The x_credit_rating_rec.credit_rating_id must be initiated to p_credit_rating_id
814: x_credit_rating_rec.credit_rating_id := p_credit_rating_id;
815:
816: HZ_CREDIT_RATINGS_PKG.Select_Row (
817: x_credit_rating_id => x_credit_rating_rec.credit_rating_id,
818: x_description => x_credit_rating_rec.description,
819: x_party_id => x_credit_rating_rec.party_id,
820: x_rating => x_credit_rating_rec.rating,