DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FUN_SYSTEM_OPTIONS_PKG

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

828: End Loop;
829:
830: l_batch_rec.from_ledger_id := fun_trx_entry_util.Get_Ledger_id(l_batch_rec.initiator_id,'ORGANIZATION');
831: l_batch_rec.currency_code := p_currency_code ;
832: l_batch_rec.exchange_rate_type := fun_system_options_pkg.get_exchg_rate_type;
833: l_batch_rec.description := p_description;
834: l_batch_rec.note := p_note;
835:
836: For C_Trx_Type_Rec In C_Trx_Type( p_trx_type_name) Loop

Line 849: If fun_system_options_pkg.get_allow_reject = TRUE Then

845:
846: l_batch_rec.gl_date := trunc(p_gl_date);
847: l_batch_rec.batch_date := trunc(p_batch_date);
848:
849: If fun_system_options_pkg.get_allow_reject = TRUE Then
850: l_batch_rec.reject_allow_flag := 'Y';
851: Else
852: l_batch_rec.reject_allow_flag := 'N';
853: End If;