DBA Data[Home] [Help]

APPS.PER_KAD_BUS dependencies on FND_DESCR_FLEX_CONTEXTS

Line 437: -- - a flex structure does exist in fnd_descr_flex_contexts for the given

433: --
434: -- Post Success:
435: -- Processing continues if:
436: -- - the address style is 'GB', 'US' and 'GENERIC'.
437: -- - a flex structure does exist in fnd_descr_flex_contexts for the given
438: -- territory code.
439: --
440: -- Post Failure:
441: -- An application error is raised and processing terminates if:

Line 443: -- - a flex structure does not exist in fnd_descr_flex_contexts for the

439: --
440: -- Post Failure:
441: -- An application error is raised and processing terminates if:
442: -- - the style entered is not 'GB', 'US' and 'GENERIC'.
443: -- - a flex structure does not exist in fnd_descr_flex_contexts for the
444: -- given territory code.
445: --
446: -- Access Status:
447: -- Internal Table Handler Use Only.

Line 465: from fnd_descr_flex_contexts

461: -- 70.2 change c start.
462: --
463: cursor csr_valid_flex_struc is
464: select null
465: from fnd_descr_flex_contexts
466: where descriptive_flexfield_name = 'Address Structure'
467: and descriptive_flex_context_code = p_style
468: and enabled_flag = 'Y'
469: and application_id = 800;