DBA Data[Home] [Help]

APPS.PQP_HRTCA_INTEGRATION dependencies on HZ_PARTY_SITES

Line 579: -- (2) p_party_site_id : hz_party_sites.party_site_id

575: -- Create the address for the party in TCA.
576: -- (b) In Out Variables
577: -- ====================
578: -- (1) p_location_id : hz_locations.location_id
579: -- (2) p_party_site_id : hz_party_sites.party_site_id
580: -- (3) p_last_update_date : hz_locations.last_update_date
581: -- (4) p_party_site_ovn : hz_party_sites.object_version_number
582: -- (5) p_location_ovn : hz_locations.object_version_number
583: -- (6) p_rowid : hz_locations.row_id

Line 581: -- (4) p_party_site_ovn : hz_party_sites.object_version_number

577: -- ====================
578: -- (1) p_location_id : hz_locations.location_id
579: -- (2) p_party_site_id : hz_party_sites.party_site_id
580: -- (3) p_last_update_date : hz_locations.last_update_date
581: -- (4) p_party_site_ovn : hz_party_sites.object_version_number
582: -- (5) p_location_ovn : hz_locations.object_version_number
583: -- (6) p_rowid : hz_locations.row_id
584: -- (c) Out Variables
585: -- =================

Line 600: ,p_status IN hz_party_sites.status%TYPE

596: ,p_per_addr_rec_new IN per_addresses%ROWTYPE
597: -- TCA
598: ,p_party_type IN Varchar2
599: ,p_action IN Varchar2
600: ,p_status IN hz_party_sites.status%TYPE
601: -- In Out Variables
602: ,p_location_id IN OUT NOCOPY Number
603: ,p_party_site_id IN OUT NOCOPY Number
604: ,p_last_update_date IN OUT NOCOPY Date

Line 643: -- (2) p_party_site_id : hz_party_sites.party_site_id

639: -- Create the address for the party in TCA.
640: -- (b) In Out Variables
641: -- ====================
642: -- (1) p_location_id : hz_locations.location_id
643: -- (2) p_party_site_id : hz_party_sites.party_site_id
644: -- (3) p_last_update_date : hz_locations.last_update_date
645: -- (4) p_party_site_ovn : hz_party_sites.object_version_number
646: -- (5) p_location_ovn : hz_locations.object_version_number
647: -- (6) p_rowid : hz_locations.row_id

Line 645: -- (4) p_party_site_ovn : hz_party_sites.object_version_number

641: -- ====================
642: -- (1) p_location_id : hz_locations.location_id
643: -- (2) p_party_site_id : hz_party_sites.party_site_id
644: -- (3) p_last_update_date : hz_locations.last_update_date
645: -- (4) p_party_site_ovn : hz_party_sites.object_version_number
646: -- (5) p_location_ovn : hz_locations.object_version_number
647: -- (6) p_rowid : hz_locations.row_id
648: -- (c) Out Variables
649: -- =================