DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_UTILITY_PUB

Line 1371: x_effective_start_date => trunc(hz_utility_pub.creation_date),

1367: x_household_income => p_person_rec.household_income,
1368: x_household_size => p_person_rec.household_size,
1369: x_rent_own_ind => p_person_rec.rent_own_ind,
1370: x_last_known_gps => p_person_rec.last_known_gps,
1371: x_effective_start_date => trunc(hz_utility_pub.creation_date),
1372: x_effective_end_date => null,
1373: x_content_source_type => p_person_rec.content_source_type,
1374: x_known_as2 => p_person_rec.known_as2,
1375: x_known_as3 => p_person_rec.known_as3,

Line 1884: x_effective_start_date => TRUNC(hz_utility_pub.creation_date),

1880: x_parent_sub_ind => p_organization_rec.parent_sub_ind,
1881: x_incorp_year => p_organization_rec.incorp_year,
1882: x_content_source_type => p_organization_rec.content_source_type,
1883: x_content_source_number => p_organization_rec.content_source_number,
1884: x_effective_start_date => TRUNC(hz_utility_pub.creation_date),
1885: x_effective_end_date => NULL,
1886: x_sic_code_type => p_organization_rec.sic_code_type,
1887: x_public_private_ownership => p_organization_rec.public_private_ownership_flag,
1888: x_local_activity_code_type => p_organization_rec.local_activity_code_type,