DBA Data[Home] [Help]

APPS.PA_PROJECT_ASSETS_PUB dependencies on FA_SYSTEM_CONTROLS

Line 1446: FROM fa_system_controls;

1442: --Asset Key CCID must be specified if any of the segments are specified
1443: BEGIN
1444: SELECT asset_key_flex_structure
1445: INTO structnum
1446: FROM fa_system_controls;
1447:
1448: EXCEPTION
1449: WHEN NO_DATA_FOUND THEN
1450: NULL;

Line 5220: FROM fa_system_controls;

5216: --Asset Key CCID must be specified if any of the segments are specified
5217: BEGIN
5218: SELECT asset_key_flex_structure
5219: INTO structnum
5220: FROM fa_system_controls;
5221:
5222: EXCEPTION
5223: WHEN NO_DATA_FOUND THEN
5224: NULL;