DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_LOOKUP_VALUES

Line 688: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;

684: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from cursor
685: || c_ftci_fss and from the call to IGS_FI_F_TYP_CA_INST_PKG.INSERT_ROW).
686: ----------------------------------------------------------------------------*/
687: gv_other_detail VARCHAR2(255);
688: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;
689: BEGIN
690: DECLARE
691: e_resource_busy EXCEPTION;
692: PRAGMA EXCEPTION_INIT(e_resource_busy, -54);

Line 1732: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;

1728: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from cursor
1729: || c_fcfl_fss and from the call to IGS_FI_F_CAT_FEE_LBL_PKG.INSERT_ROW).
1730: ----------------------------------------------------------------------------*/
1731: gv_other_detail VARCHAR2(255);
1732: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;
1733: BEGIN
1734: DECLARE
1735: cst_active CONSTANT IGS_FI_FEE_STR_STAT.s_fee_structure_status%TYPE :=
1736: 'ACTIVE';

Line 4058: l_v_teach_label igs_lookup_values.meaning%TYPE;

4054:
4055: l_v_fp_alt_cd igs_ca_inst.alternate_code%TYPE;
4056: l_v_dest_teach_alt_cd igs_ca_inst.alternate_code%TYPE;
4057: l_v_teach_alt_cd igs_ca_inst.alternate_code%TYPE;
4058: l_v_teach_label igs_lookup_values.meaning%TYPE;
4059:
4060: BEGIN
4061:
4062: -- Establish Savepoint for the main procedure