DBA Data[Home] [Help]

APPS.IGS_PR_GEN_006 dependencies on IGS_PE_PERS_ENCUMB_PKG

Line 15: || in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW

11: || (reverse chronological order - newest change first) ||
12: ||==============================================================================||
13: || sarakshi 16-Nov-2004 Enh#4000939, added column FUTURE_DATED_TRANS_FLAG in the update row call of IGS_EN_STDNT_PS_ATT_PKG in function IGS_PR_UPD_SCA_STATUS
14: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference
15: || in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
16: ||
17: || NALKUMAR 19-NOV-2002 Bug NO: 2658550 ||
18: || Modified this object as per the FA110 PR Enh. ||
19: ||==============================================================================||

Line 21: || Added the parameter auth_resp_id in the call to THB igs_pe_pers_encumb_pkg

17: || NALKUMAR 19-NOV-2002 Bug NO: 2658550 ||
18: || Modified this object as per the FA110 PR Enh. ||
19: ||==============================================================================||
20: || pkpatel 07-OCT-2002 Bug No: 2600842 ||
21: || Added the parameter auth_resp_id in the call to THB igs_pe_pers_encumb_pkg
22: | nmankodi 11-Apr-2005 fnd_user.customer_id column has been changed to
23: | fnd_user.person_party_id as an ebizsuite wide TCA mandate.
24: ||==============================================================================||
25: */

Line 2485: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW

2481: || Purpose : Validates the Foreign Keys for the table.
2482: || Known limitations, enhancements or remarks :
2483: || Change History :
2484: || Who When What
2485: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
2486: || kdande 17-Dec-2002 Bug# 2543601. Changed the query for c_pe
2487: || cursor to use hz_parties instead of igs_pe_person
2488: || nalkumar 19-NOV-2002 Bug NO: 2658550. Modified this function as per the FA110 PR Enh.
2489: || pkpatel 7-OCT-2002 Bug No: 2600842

Line 2490: || Added the parameter x_auth_resp_id in the call to igs_pe_pers_encumb_pkg

2486: || kdande 17-Dec-2002 Bug# 2543601. Changed the query for c_pe
2487: || cursor to use hz_parties instead of igs_pe_person
2488: || nalkumar 19-NOV-2002 Bug NO: 2658550. Modified this function as per the FA110 PR Enh.
2489: || pkpatel 7-OCT-2002 Bug No: 2600842
2490: || Added the parameter x_auth_resp_id in the call to igs_pe_pers_encumb_pkg
2491: || (reverse chronological order - newest change first)
2492: */
2493: gv_other_detail VARCHAR2(255);
2494: gcst_sysdate CONSTANT DATE := TRUNC(SYSDATE);

Line 2993: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW

2989: || Purpose : Validates the Foreign Keys for the table.
2990: || Known limitations, enhancements or remarks :
2991: || Change History :
2992: || Who When What
2993: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
2994: || pkpatel 7-OCT-2002 Bug No: 2600842
2995: || Added the parameter x_auth_resp_id in the call to igs_pe_pers_encumb_pkg
2996: || (reverse chronological order - newest change first)
2997: */

Line 2995: || Added the parameter x_auth_resp_id in the call to igs_pe_pers_encumb_pkg

2991: || Change History :
2992: || Who When What
2993: || ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
2994: || pkpatel 7-OCT-2002 Bug No: 2600842
2995: || Added the parameter x_auth_resp_id in the call to igs_pe_pers_encumb_pkg
2996: || (reverse chronological order - newest change first)
2997: */
2998: gvl_other_detail VARCHAR2(255);
2999:

Line 3322: IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW(

3318: X_RESTRICTED_ATTENDANCE_TYPE => v_pee_rec.RESTRICTED_ATTENDANCE_TYPE,
3319: X_MODE => 'R'
3320: );
3321: END LOOP; -- c_pee
3322: IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW(
3323: X_ROWID => v_pen_rec.ROWID,
3324: X_PERSON_ID => v_pen_rec.PERSON_ID,
3325: X_ENCUMBRANCE_TYPE => v_pen_rec.ENCUMBRANCE_TYPE,
3326: X_START_DT => v_pen_rec.START_DT,

Line 4624: IGS_PE_PERS_ENCUMB_pkg.INSERT_ROW (

4620: DECLARE
4621: lv_rowid VARCHAR2(25);
4622: BEGIN
4623:
4624: IGS_PE_PERS_ENCUMB_pkg.INSERT_ROW (
4625: X_ROWID =>lv_rowid,
4626: X_PERSON_ID =>p_person_id,
4627: X_ENCUMBRANCE_TYPE =>v_spo_rec.encumbrance_type,
4628: X_START_DT=> gcst_sysdatetime, --gjha Chaged from gcst_sysdatetime -- Modified by Prajeesh to sysdatetime