DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_PARTY_INFO_V2PUB

Line 8014: * Called HZ_PARTY_INFO_V2PUB.create/update_credit_rating

8010: /* 24-Sep-2004 V.Ravichandran o Bug 3868940 : Defaulted the rated_as_of_date to sysdate
8011: * while creating a credit_rating in populate_credit_rating()
8012: * procedure and retained its previous value while updating
8013: * a credit rating populate_credit_rating procedure.
8014: * Called HZ_PARTY_INFO_V2PUB.create/update_credit_rating
8015: * from populate_credit_rating() procedure directly
8016: * instead of calling the V1 APIs
8017: * HZ_PARTY_INFO_PUB.create/updating_credit_rating
8018: * Commented out the procedure org_rec_to_cr_rec.

Line 8028: l_credit_rating_rec HZ_PARTY_INFO_V2PUB.credit_rating_rec_type;

8024: p_organization_rec IN ORGANIZATION_REC_TYPE,
8025: x_return_status IN OUT NOCOPY VARCHAR2
8026: ) IS
8027:
8028: l_credit_rating_rec HZ_PARTY_INFO_V2PUB.credit_rating_rec_type;
8029: l_last_update_date DATE := sysdate;
8030: l_credit_rating_id NUMBER;
8031: l_rated_as_of_date DATE;
8032: l_exist VARCHAR2(1);

Line 8276: HZ_PARTY_INFO_V2PUB.create_credit_rating(

8272: x_msg_data => l_msg_data,
8273: x_credit_rating_id => l_credit_rating_id
8274: );
8275: */
8276: HZ_PARTY_INFO_V2PUB.create_credit_rating(
8277: p_init_msg_list => 'F',
8278: p_credit_rating_rec => l_credit_rating_rec,
8279: x_credit_rating_id => l_credit_rating_id,
8280: x_return_status => x_return_status,

Line 8400: HZ_PARTY_INFO_V2PUB.update_credit_rating(

8396: x_return_status => x_return_status,
8397: x_msg_count => l_msg_count,
8398: x_msg_data => l_msg_data);
8399: */
8400: HZ_PARTY_INFO_V2PUB.update_credit_rating(
8401: p_init_msg_list => 'F',
8402: p_credit_rating_rec => l_credit_rating_rec,
8403: p_object_version_number=> l_object_version_number,
8404: x_return_status => x_return_status,