DBA Data[Home] [Help]

APPS.IGS_FI_GEN_004 dependencies on IGS_GE_GEN_003

Line 6: abshriva 04-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id

2: /* $Header: IGSFI04B.pls 120.15 2006/06/22 12:55:55 abshriva ship $ */
3:
4: /* Who When What
5: abshriva 22-JUN-2006 Bug 5070074 Modifcation made in procedure 'finp_prc_enr_fee_ass()'
6: abshriva 04-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
7: abshriva 05-Dec-2005 Bug:4721566.Modification made in procedure 'finp_prc_enr_fee_ass()'
8: abshriva 05-Dec-2005 Bug:4701695 Modification made in procedure 'finp_prc_enr_fee_ass()'
9: pathipat 30-Sep-2005 Bug 4570538: FEE ASSESSMENTS FROM TO DO ENTRIES IGNORES PARM FEE ASSESSMENT PERIOD
10: Modified finp_prc_enr_fa_todo

Line 419: igs_ge_gen_003.set_org_id(p_org_id);

415: -- Module to control processing fee assessments from entries in the student
416: -- todo table
417: --Block for Parameter Validation/Splitting of Parameters
418:
419: igs_ge_gen_003.set_org_id(p_org_id);
420:
421: retcode:=0;
422: BEGIN
423: p_fee_cal_type := RTRIM(SUBSTR(p_fee_cal, 102, 10));

Line 856: abshriva 04-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id

852: ) AS
853:
854: /* Who When What
855: abshriva 22-JUN-2006 Bug 5070074 Modified code handling condition when trace_on,test_run and gl_date is null
856: abshriva 04-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
857: abshriva 05-DEC-2005 Bug 4721566 Made the code modification so that log message corresponding to Test Run
858: parameter 'Yes' is displayed in log file
859: abshriva 05-DEC-2005 Bug:4701695 Made the code modification so that 'Fee calculation method' and 'term'message
860: is displayed only once in log file on execution of 'Process Fee Assessment'

Line 966: igs_ge_gen_003.set_org_id(l_org_id);

962:
963: BEGIN
964: BEGIN
965: l_org_id := NULL;
966: igs_ge_gen_003.set_org_id(l_org_id);
967: EXCEPTION
968: WHEN OTHERS THEN
969: fnd_file.put_line (fnd_file.log, fnd_message.get);
970: retcode :=2;

Line 1428: IGS_GE_GEN_003.genp_ins_log_entry (

1424: -- create a log entry
1425: DECLARE
1426: cst_del_un_sca CONSTANT VARCHAR2(10) := 'DEL-UN-SCA';
1427: BEGIN
1428: IGS_GE_GEN_003.genp_ins_log_entry (
1429: cst_del_un_sca,
1430: p_log_creation_dt,
1431: p_sca_deleted_ind || '|' || p_key,
1432: p_message_name,