DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_PARTY_INFO_V2PUB

Line 8126: * Called HZ_PARTY_INFO_V2PUB.create/update_credit_rating

8122: /* 24-Sep-2004 V.Ravichandran o Bug 3868940 : Defaulted the rated_as_of_date to sysdate
8123: * while creating a credit_rating in populate_credit_rating()
8124: * procedure and retained its previous value while updating
8125: * a credit rating populate_credit_rating procedure.
8126: * Called HZ_PARTY_INFO_V2PUB.create/update_credit_rating
8127: * from populate_credit_rating() procedure directly
8128: * instead of calling the V1 APIs
8129: * HZ_PARTY_INFO_PUB.create/updating_credit_rating
8130: * Commented out the procedure org_rec_to_cr_rec.

Line 8140: l_credit_rating_rec HZ_PARTY_INFO_V2PUB.credit_rating_rec_type;

8136: p_organization_rec IN ORGANIZATION_REC_TYPE,
8137: x_return_status IN OUT NOCOPY VARCHAR2
8138: ) IS
8139:
8140: l_credit_rating_rec HZ_PARTY_INFO_V2PUB.credit_rating_rec_type;
8141: l_last_update_date DATE := sysdate;
8142: l_credit_rating_id NUMBER;
8143: l_rated_as_of_date DATE;
8144: l_exist VARCHAR2(1);

Line 8388: HZ_PARTY_INFO_V2PUB.create_credit_rating(

8384: x_msg_data => l_msg_data,
8385: x_credit_rating_id => l_credit_rating_id
8386: );
8387: */
8388: HZ_PARTY_INFO_V2PUB.create_credit_rating(
8389: p_init_msg_list => 'F',
8390: p_credit_rating_rec => l_credit_rating_rec,
8391: x_credit_rating_id => l_credit_rating_id,
8392: x_return_status => x_return_status,

Line 8512: HZ_PARTY_INFO_V2PUB.update_credit_rating(

8508: x_return_status => x_return_status,
8509: x_msg_count => l_msg_count,
8510: x_msg_data => l_msg_data);
8511: */
8512: HZ_PARTY_INFO_V2PUB.update_credit_rating(
8513: p_init_msg_list => 'F',
8514: p_credit_rating_rec => l_credit_rating_rec,
8515: p_object_version_number=> l_object_version_number,
8516: x_return_status => x_return_status,