DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on OKL_ACC_GEN_WF_PVT

Line 693: l_ccid := OKL_ACC_GEN_WF_PVT.start_process

689: -- If the l_acct_gen_use_workflow is 'Yes then use the workflow process to gnerate the CCID
690:
691: -- Changed the signature for bug 4157521
692:
693: l_ccid := OKL_ACC_GEN_WF_PVT.start_process
694: (p_acc_gen_wf_sources_rec => p_acc_gen_wf_sources_rec,
695: p_ae_line_type => p_ae_line_type,
696: p_primary_key_tbl => p_primary_key_tbl,
697: p_ae_tmpt_line_id => p_ae_tmpt_line_id);