DBA Data[Home] [Help]

APPS.IGS_FI_GEN_005 dependencies on IGS_FI_CONTROL_ALL

Line 982: l_v_manage_accounts igs_fi_control_all.manage_accounts%TYPE;

978: SELECT manage_accounts,accounting_method
979: FROM igs_fi_control;
980:
981: l_accounting_method igs_fi_control.accounting_method%TYPE;
982: l_v_manage_accounts igs_fi_control_all.manage_accounts%TYPE;
983:
984: BEGIN
985: OPEN cur_acc;
986: FETCH cur_acc INTO l_v_manage_accounts, l_accounting_method;