DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on OKL_ACC_GEN_WF_PVT

Line 699: l_ccid := OKL_ACC_GEN_WF_PVT.start_process

695: -- If the l_acct_gen_use_workflow is 'Yes then use the workflow process to gnerate the CCID
696:
697: -- Changed the signature for bug 4157521
698:
699: l_ccid := OKL_ACC_GEN_WF_PVT.start_process
700: (p_acc_gen_wf_sources_rec => p_acc_gen_wf_sources_rec,
701: p_ae_line_type => p_ae_line_type,
702: p_primary_key_tbl => p_primary_key_tbl,
703: p_ae_tmpt_line_id => p_ae_tmpt_line_id);