DBA Data[Home] [Help]

APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_GE_GEN_003

Line 1627: igs_ge_gen_003.set_org_id (p_org_id);

1623: -- Set the default status as success
1624: retcode := 0;
1625:
1626: -- set the multi org id
1627: igs_ge_gen_003.set_org_id (p_org_id);
1628:
1629: -- Check for the scheduling software is installed or not
1630: -- Profile name (IGS: Indicates whether Scheduling Software is installed.)
1631: -- Give a message to user if the software is not installed and

Line 1895: igs_ge_gen_003.set_org_id (p_org_id);

1891:
1892: BEGIN
1893:
1894: -- set the multi org id
1895: igs_ge_gen_003.set_org_id (p_org_id);
1896:
1897: IF p_teach_prd IS NOT NULL THEN
1898: purge_schd_record(RTRIM(SUBSTR(p_teach_prd, 101, 10)),TO_NUMBER(RTRIM(SUBSTR(p_teach_prd,112,6))));
1899: ELSE

Line 2099: l_org_id := igs_ge_gen_003.get_org_id;

2095:
2096: END IF;
2097:
2098: -- Populate org id.
2099: l_org_id := igs_ge_gen_003.get_org_id;
2100:
2101: IF p_usec_status ='CANCELLED' THEN
2102:
2103: upd_usec_occurs_schd_status(p_uoo_id,'USER_CANCEL');

Line 2406: igs_ge_gen_003.set_org_id (p_org_id);

2402: l_path_var := FND_PROFILE.VALUE('UTL_FILE_OUT');
2403: l_prof_val_pres := 'N'; -- to check profile value is present in utl_file_dir of v$parameter
2404:
2405: -- set the multi org id
2406: igs_ge_gen_003.set_org_id (p_org_id);
2407:
2408:
2409: l_message := NULL;
2410: retcode := 0;

Line 3099: igs_ge_gen_003.set_org_id (p_org_id);

3095: );
3096: END LOOP;
3097:
3098: -- set the multi org id
3099: igs_ge_gen_003.set_org_id (p_org_id);
3100:
3101: -- set the flag to success
3102: retcode:=0;
3103:

Line 3553: sommukhe 9-JAN-2006 Bug# 4869737,included call to igs_ge_gen_003.set_org_id

3549:
3550: Change History
3551: Who When What
3552: (reverse chronological order - newest change first)
3553: sommukhe 9-JAN-2006 Bug# 4869737,included call to igs_ge_gen_003.set_org_id
3554: ************************************************************************/
3555:
3556: --This cursor picks those occurrences from the interface table whose schedule status is null and filtered by the input parameters
3557: CURSOR c_int_uso_ss (cp_sequence_number igs_ps_sch_int_all.sequence_number%TYPE,

Line 3650: igs_ge_gen_003.set_org_id (NULL);

3646: l_proc_count NUMBER(10);
3647:
3648: BEGIN
3649:
3650: igs_ge_gen_003.set_org_id (NULL);
3651: retcode:=0;
3652:
3653: fnd_message.set_name('IGS','IGS_FI_CAL_BALANCES_LOG');
3654: fnd_message.set_token('PARAMETER_NAME',igs_ps_validate_lgcy_pkg.get_lkup_meaning('TEACHING_PERIOD','IGS_PS_LOG_PARAMETERS'));