DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_PERSON_ADDR_PKG

Line 29: | asbala 12-nov-03 3227107: address changes - signature of igs_pe_person_addr_pkg.insert_row and update_row changed

25: | to call the delete if the row_id is null |
26: | gmaheswa 10-Nov-2003 Bug 3223043 HZ.K Impact changes
27: | Signature of Update_employment is changed, three
28: | new columns are added.
29: | asbala 12-nov-03 3227107: address changes - signature of igs_pe_person_addr_pkg.insert_row and update_row changed
30: | signature of igs_pe_person_ss_pkg.update_address now includes 3 new parameters
31: | ssaleem 11-dec-03 3311720: Problem with error message display in SS Pages
32: | FND_MSG_PUB.initialize called in every procedure
33: | pkpatel 18-JUL-2005 Bug 4327807 (Person SS Enhancement)

Line 2549: IGS_PE_PERSON_ADDR_PKG.INSERT_ROW(

2545: OPEN c_location(p_subject_id);
2546: FETCH c_location INTO rec_student_addr;
2547: IF c_location%FOUND THEN
2548: CLOSE c_location;
2549: IGS_PE_PERSON_ADDR_PKG.INSERT_ROW(
2550: p_action =>'INSERT',
2551: p_rowid => l_loc_rowid,
2552: p_location_id => l_location_id,
2553: p_start_dt => rec_student_addr.START_DT,

Line 2867: IGS_PE_PERSON_ADDR_PKG.INSERT_ROW(

2863: p_object_id => p_object_id
2864: );
2865:
2866: IF (NOT l_loc_exists) THEN
2867: IGS_PE_PERSON_ADDR_PKG.INSERT_ROW(
2868: p_action =>'INSERT',
2869: p_rowid => l_row_id,
2870: p_location_id => l_location_id,
2871: p_start_dt => rec_student_addr.START_DT,