DBA Data[Home] [Help]

APPS.HZ_ACCT_CREATE_PKG dependencies on HZ_ORGANIZATION_PROFILES

Line 2532: FROM hz_organization_profiles

2528: END IF;
2529:
2530:
2531: SELECT last_update_date INTO x_op_last_update_date
2532: FROM hz_organization_profiles
2533: WHERE party_id = c_party_id
2534: AND content_source_type = 'USER_ENTERED'
2535: AND organization_profile_id = o_organization_profile_id;
2536: