DBA Data[Home] [Help]

APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_UCAS_CONTROL

Line 140: l_transaction_toy igs_uc_ucas_control.transaction_toy_code%TYPE;

136: l_soc igs_uc_transactions.soc%TYPE;
137: l_comments_in_offer igs_uc_transactions.comments_in_offer%TYPE;
138: l_error_code igs_lookup_values.lookup_code%TYPE;
139: l_hold igs_uc_transactions.hold_flag%TYPE;
140: l_transaction_toy igs_uc_ucas_control.transaction_toy_code%TYPE;
141:
142: BEGIN
143:
144: OPEN cur_find_deceased;

Line 1649: p_system_code IN igs_uc_ucas_control.system_code%TYPE) IS

1645:
1646: END proc_tranin_2003;
1647:
1648: PROCEDURE proc_tranin_2004(p_conf_cycle IN igs_uc_defaults.configured_cycle%TYPE,
1649: p_system_code IN igs_uc_ucas_control.system_code%TYPE) IS
1650:
1651: /*********************************************************************
1652: Created By : pmarada
1653: Date Created By : 10-June-2003

Line 1946: PROCEDURE trans_write(p_system_code IN igs_uc_ucas_control.system_code%TYPE,

1942: App_Exception.Raise_Exception;
1943:
1944: END proc_tranin_2004;
1945:
1946: PROCEDURE trans_write(p_system_code IN igs_uc_ucas_control.system_code%TYPE,
1947: errbuf OUT NOCOPY VARCHAR2,
1948: retcode OUT NOCOPY NUMBER) IS
1949: /*************************************************************
1950: Created By : Pmarada

Line 1960: Replaced reference to igs_uc_cvcontrol_2003_v with igs_uc_ucas_control

1956: who when what
1957: jbaber 19-Aug-05 Modified for UC307 - HERCULES Small Systems Support
1958: Added p_system_code parameter
1959: jbaber 12-Jul-05 Modified for UC315 - UCAS Support 2006
1960: Replaced reference to igs_uc_cvcontrol_2003_v with igs_uc_ucas_control
1961: jchakrab 27-Jul-04 Modified for UCFD308 - UCAS - 2005 Regulatory Changes
1962: rgangara 23-Jan-04 Changed the variable declaration of L_entry_year to type
1963: of configured cycle i.e 4 Digit Number from cvcontrol.entryyear
1964: which is a 2 Digit Number as fix for bug# 3392506