DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_GENERATOR_PVT dependencies on FND_PROFILE

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

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