DBA Data[Home] [Help]

APPS.IGS_FI_GEN_007 dependencies on IGS_FI_GEN_005

Line 921: l_accounting_method := igs_fi_gen_005.finp_get_acct_meth;

917: END IF;
918:
919: IF p_status THEN
920: --Fetching the accounting method
921: l_accounting_method := igs_fi_gen_005.finp_get_acct_meth;
922: IF l_accounting_method IS NULL THEN
923: p_status:= FALSE;
924: END IF;
925: END IF;

Line 949: l_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;

945: END IF;
946:
947: IF p_status THEN
948: --Fetching the Receivables installed
949: l_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;
950: IF l_accounting_method = 'CASH' THEN
951: --Fetch the credit class information
952: OPEN cur_class;
953: FETCH cur_class INTO l_cur_class;