DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on IGS_PE_GEN_001

Line 21: Modified validate_param - removed calls to igs_pe_gen_001.get_hold_auth.

17: while calling insert_row of IGS_PE_PERS_ENCUMB_PKG
18: pmarada 26-jul-2004 Bug 3792800, Added code to bypass the holds apply validation in finp_apply_holds procedure
19: pathipat 12-Aug-2003 Enh 3076768 - Automatic Release of Holds
20: Added procedure finp_auto_release_holds(), modified validate_holds() and all its call-outs
21: Modified validate_param - removed calls to igs_pe_gen_001.get_hold_auth.
22: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
23: Replaced all occurrences of igs_pe_persid_group_v and igs_pe_prsid_grp_mem_v
24: with igs_pe_persid_group and igs_pe_prsid_grp_mem respectively
25: pathipat 05-May-2003 Enh 2831569 - Commercial Receivables Build

Line 807: Removed calls to igs_pe_gen_001.get_hold_auth -- Removed validation for staff member

803: Change History :
804: Who When What
805: smadathi 28-Aug-2003 Enh Bug 3045007. Removed the parameter P_OFFSET_DAYS.
806: pathipat 12-Aug-2003 Enh 3076768 - Automatic Release of Holds
807: Removed calls to igs_pe_gen_001.get_hold_auth -- Removed validation for staff member
808: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
809: Modified cursor c_person_group_id - replaced igs_pe_persid_group_v
810: with igs_pe_persid_group
811: pathipat 25-Feb-2003 Enh:2747341 - Additional Security for Holds build

Line 812: Removed parameter p_auth_person_id, added call to igs_pe_gen_001.get_hold_auth

808: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
809: Modified cursor c_person_group_id - replaced igs_pe_persid_group_v
810: with igs_pe_persid_group
811: pathipat 25-Feb-2003 Enh:2747341 - Additional Security for Holds build
812: Removed parameter p_auth_person_id, added call to igs_pe_gen_001.get_hold_auth
813: pathipat 04-OCT-2002 Enh Bug:2562745
814: 1. Added check to see if balance rule is defined for 'HOLDS', else
815: stop further processing.
816: 2. Also, when the hold plan is determined at 'ACcount' level, then the

Line 1123: igs_pe_gen_001.g_hold_validation := 'N';

1119: g_n_person_id := NULL;
1120: -- Initializing the hold validation global parameter to N, This global variable defined in IGSNI18S.pls
1121: -- with default value Y, If the value is Y then TBH validates the holds for person. But as per bug
1122: -- we have to bypass the apply holds validation, hence we are initializing to N. pmarada, bug 3792800
1123: igs_pe_gen_001.g_hold_validation := 'N';
1124:
1125: IF p_fee_period IS NOT NULL THEN
1126: l_fee_cal_type := RTRIM(SUBSTR(p_fee_period, 102, 10));
1127: l_fee_ci_sequence_number := TO_NUMBER(LTRIM(SUBSTR(p_fee_period, 113,8)));

Line 1213: igs_pe_gen_001.get_hold_auth(l_n_fnd_user_id,

1209: ELSE
1210: l_n_fnd_user_id := FND_GLOBAL.USER_ID;
1211: g_n_resp_id := FND_GLOBAL.RESP_ID;
1212: --derive the attributes - Authorising_Person_Id
1213: igs_pe_gen_001.get_hold_auth(l_n_fnd_user_id,
1214: g_n_person_id,
1215: l_v_person_number,
1216: l_v_person_name,
1217: l_v_msg_name);

Line 1507: igs_pe_gen_001.g_hold_validation := 'Y';

1503: ROLLBACK;
1504: END IF;
1505: -- Hold validation is global variable, For bypassing the hold validation we initialized to N
1506: -- at the starting of the process, after completes the process re-initializing back default value Y.
1507: igs_pe_gen_001.g_hold_validation := 'Y';
1508:
1509: EXCEPTION
1510: WHEN OTHERS THEN
1511: ROLLBACK;

Line 1533: Removed calls to igs_pe_gen_001.get_hold_auth

1529: Known Limitations,Enhancements or Remarks:
1530: Change History :
1531: Who When What
1532: pathipat 12-Aug-2003 Enh 3076768 - Automatic Release of Holds
1533: Removed calls to igs_pe_gen_001.get_hold_auth
1534: pathipat 23-Jun-2003 Bug: 3018104 - Impact of changes in person id group views
1535: Modified cursor c_person_group_id - replaced igs_pe_persid_group_v
1536: with igs_pe_persid_group
1537: pathipat 25-Feb-2003 Enh:2747341 - - Additional Security for Holds build

Line 1653: Replaced call to igs_pe_pers_encumb_pkg.update_row with call to igs_pe_gen_001.release_hold

1649: vvutukur 05-Mar-2003 Enh#2824994.Modified code such that log file output is not shown in horizontal tabular format, instead it
1650: it is shown in linear/logging format.Also used global variables to log the details instead of calling generic function
1651: everytime to get the lookup meaning.
1652: pathipat 26-Feb-2003 Enh:2747341 - Additional Security for Holds
1653: Replaced call to igs_pe_pers_encumb_pkg.update_row with call to igs_pe_gen_001.release_hold
1654: ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
1655:
1656: smadathi 20-dec-2002 Enh. Bug 2566615. Removed the references of obsoleted table IGS_FI_HOLD_PLN_LNS and
1657: incorporated changes suggested as per FICR102 TD

Line 2099: igs_pe_gen_001.release_hold( p_resp_id => NULL,

2095: -- Call procedure to validate if person logged in as user has authority to release the hold
2096: -- Part of Auto Release of Holds build - Passed null to resp_id and fnd_user_id, 'X' to override_resp
2097: -- Validation for Staff should not happen for releasing holds
2098: BEGIN
2099: igs_pe_gen_001.release_hold( p_resp_id => NULL,
2100: p_fnd_user_id => NULL,
2101: p_person_id => l_hold_type_rec.person_id,
2102: p_encumbrance_type => l_hold_type_rec.encumbrance_type,
2103: p_start_dt => l_hold_type_rec.start_dt,