DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_SYSTEM_OPTIONS_PKG

Line 825: l_batch_rec.exchange_rate_type := fun_system_options_pkg.get_exchg_rate_type;

821: End Loop;
822:
823: l_batch_rec.from_ledger_id := fun_trx_entry_util.Get_Ledger_id(l_batch_rec.initiator_id,'ORGANIZATION');
824: l_batch_rec.currency_code := p_currency_code ;
825: l_batch_rec.exchange_rate_type := fun_system_options_pkg.get_exchg_rate_type;
826: l_batch_rec.description := p_description;
827: l_batch_rec.note := p_note;
828:
829: For C_Trx_Type_Rec In C_Trx_Type( p_trx_type_name) Loop

Line 842: If fun_system_options_pkg.get_allow_reject = TRUE Then

838:
839: l_batch_rec.gl_date := trunc(p_gl_date);
840: l_batch_rec.batch_date := trunc(p_batch_date);
841:
842: If fun_system_options_pkg.get_allow_reject = TRUE Then
843: l_batch_rec.reject_allow_flag := 'Y';
844: Else
845: l_batch_rec.reject_allow_flag := 'N';
846: End If;