DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on FND_DESCR_FLEX_CONTEXTS

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

1346: -- p_style
1347: --
1348: -- Post Success:
1349: -- Processing continues if:
1350: -- - a flex structure does exist in fnd_descr_flex_contexts for the given
1351: -- territory code.
1352: --
1353: -- Post Failure:
1354: -- An application error is raised and processing terminates if:

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

1351: -- territory code.
1352: --
1353: -- Post Failure:
1354: -- An application error is raised and processing terminates if:
1355: -- - a flex structure does not exist in fnd_descr_flex_contexts for the
1356: -- given territory code.
1357: --
1358: -- Access Status:
1359: -- Internal Table Handler Use Only.

Line 1377: from fnd_descr_flex_contexts

1373: -- 70.2 change c start.
1374: --
1375: cursor csr_valid_flex_struc is
1376: select null
1377: from fnd_descr_flex_contexts
1378: where descriptive_flexfield_name = 'Address Structure'
1379: and descriptive_flex_context_code = p_style
1380: and enabled_flag = 'Y'
1381: and application_id = 800;