DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_PERSON_SS_PKG

Line 1: PACKAGE BODY IGS_PE_PERSON_SS_PKG AS

1: PACKAGE BODY IGS_PE_PERSON_SS_PKG AS
2: /* $Header: IGSPE10B.pls 120.24 2006/06/29 13:51:38 prbhardw ship $ */
3:
4: /* +=======================================================================+
5: | Copyright (c) 2000 Oracle Corporation, Redwood Shores, CA, USA |

Line 30: | signature of igs_pe_person_ss_pkg.update_address now includes 3 new parameters

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)
34: | Added new procedures and modify existing procedures as per the new enhancement

Line 51: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IGS_PE_PERSON_SS_PKG';

47: | Update_Person, Createupdate_Relationship and update_biographic procedures
48: | pkpatel 8-Feb-2006 Bug 4869740 (Changed level to lvl in update_privacy)
49: +=======================================================================+ */
50:
51: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IGS_PE_PERSON_SS_PKG';
52: g_prod VARCHAR2(3) := 'IGS';
53: g_debug_mode BOOLEAN := FALSE;
54:
55: apps_exception EXCEPTION ;

Line 2979: END IGS_PE_PERSON_SS_PKG;

2975: p_return_status := FND_API.G_RET_STS_ERROR;
2976: p_msg_data := SQLERRM;
2977: END createupdate_relationship;
2978:
2979: END IGS_PE_PERSON_SS_PKG;