DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on FND_PROFILE

Line 581: l_acct_gen_use_workflow := NVL(FND_PROFILE.VALUE ('OKL_ACCT_GEN_USE_WORKFLOW'), 'N');

577: END IF;
578:
579: -- get the profile value to decide whether to use the workflow for generating the CCID
580:
581: l_acct_gen_use_workflow := NVL(FND_PROFILE.VALUE ('OKL_ACCT_GEN_USE_WORKFLOW'), 'N');
582:
583: -- If the l_acct_gen_use_workflow is 'No' then use the APIs to gnerate the CCID
584:
585: IF l_acct_gen_use_workflow = 'N' THEN