DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_VAL dependencies on HZ_PARTY_INFO_PUB

Line 122: p_credit_ratings_rec IN HZ_PARTY_INFO_PUB.credit_ratings_rec_type,

118: | modified signature
119: +======================================================================*/
120:
121: procedure validate_credit_ratings(
122: p_credit_ratings_rec IN HZ_PARTY_INFO_PUB.credit_ratings_rec_type,
123: p_create_update_flag IN VARCHAR2,
124: x_return_status IN OUT NOCOPY VARCHAR2
125: ) IS
126:

Line 1319: p_financial_profile_rec IN HZ_PARTY_INFO_PUB.financial_profile_rec_type,

1315: |
1316: +======================================================================*/
1317:
1318: procedure validate_financial_profile(
1319: p_financial_profile_rec IN HZ_PARTY_INFO_PUB.financial_profile_rec_type,
1320: p_create_update_flag IN VARCHAR2,
1321: x_return_status IN OUT NOCOPY VARCHAR2
1322: ) IS
1323: l_party_id NUMBER;