DBA Data[Home] [Help]

APPS.IGS_OR_GEN_001 dependencies on IGS_OR_GEN_012_PKG

Line 745: || Description: Added ATTRIBUTES 21 TO 24 to store additional information in IGS_OR_GEN_012_PKG call

741: || Known limitations, enhancements or remarks :
742: || Change History :
743: || Who When What
744: || skpandey 27-SEP-2005 Bug: 3663505
745: || Description: Added ATTRIBUTES 21 TO 24 to store additional information in IGS_OR_GEN_012_PKG call
746: || pkpatel 25-OCT-2002 Bug No: 2613704
747: || Modified signature of igs_pe_hz_parties_pkg to refer inst_priority_cd instead of inst_priority_code_id
748: || mmkumar 18-Jul-2005 Party_Number impact, modified cursor hz_parties_cur, igs_or_unit_hist_pkg.insert_row call
749: || and call to igs_pe_hz_parties_pkg.update_row

Line 787: igs_or_gen_012_pkg.update_organization (

783: -- The Record in HZ_PARTIES was still updated with STATUS 'A'(Active), since it was decided not to
784: -- touch the record in HZ_PARTIES since other products may also be using this TCA record.
785: -- This call is made so that the last update date is refreshed and the History would show the proper Start and End Date.
786:
787: igs_or_gen_012_pkg.update_organization (
788: p_party_id => hz_parties_rec.party_id,
789: p_institution_cd => hz_parties_rec.party_number,
790: p_name => hz_parties_rec.party_name,
791: p_status => 'A',