DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on FND_DESCR_FLEX_CONTEXTS

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

1326: -- p_style
1327: --
1328: -- Post Success:
1329: -- Processing continues if:
1330: -- - a flex structure does exist in fnd_descr_flex_contexts for the given
1331: -- territory code.
1332: --
1333: -- Post Failure:
1334: -- An application error is raised and processing terminates if:

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

1331: -- territory code.
1332: --
1333: -- Post Failure:
1334: -- An application error is raised and processing terminates if:
1335: -- - a flex structure does not exist in fnd_descr_flex_contexts for the
1336: -- given territory code.
1337: --
1338: -- Access Status:
1339: -- Internal Table Handler Use Only.

Line 1357: from fnd_descr_flex_contexts

1353: -- 70.2 change c start.
1354: --
1355: cursor csr_valid_flex_struc is
1356: select null
1357: from fnd_descr_flex_contexts
1358: where descriptive_flexfield_name = 'Address Structure'
1359: and descriptive_flex_context_code = p_style
1360: and enabled_flag = 'Y'
1361: and application_id = 800;