DBA Data[Home] [Help]

APPS.FF_DATABASE_ITEMS_PKG dependencies on FF_USER_ENTITIES

Line 1158: -- Drive off ff_user_entities.

1154: l_debug boolean;
1155: --
1156: l_limit number := 2000;
1157: --
1158: -- Drive off ff_user_entities.
1159: --
1160: cursor csr_user_entity_ids is
1161: select a.user_entity_id
1162: from ff_user_entities a

Line 1162: from ff_user_entities a

1158: -- Drive off ff_user_entities.
1159: --
1160: cursor csr_user_entity_ids is
1161: select a.user_entity_id
1162: from ff_user_entities a
1163: where exists
1164: (
1165: select null
1166: from ff_database_items b

Line 1341: , ff_user_entities ue

1337: ,x_legislation_code in varchar2
1338: ) is
1339: select ue.user_entity_id
1340: from ff_database_items dbi
1341: , ff_user_entities ue
1342: where dbi.user_name = x_user_name
1343: and ue.user_entity_id = dbi.user_entity_id
1344: and (ue.legislation_code = x_legislation_code or
1345: ue.legislation_code is null)