DBA Data[Home] [Help]

APPS.FEM_HIER_LOADER_PKG dependencies on FEM_LOOKUPS

Line 1634: from fem_lookups

1630:
1631: begin
1632: select 1
1633: into l_dummy
1634: from fem_lookups
1635: where lookup_type = 'FEM_HIERARCHY_TYPE_DSC'
1636: and lookup_code = ld_hierarchy_type_code;
1637: exception
1638: when no_data_found then

Line 1674: from fem_lookups

1670:
1671: begin
1672: select 1
1673: into l_dummy
1674: from fem_lookups
1675: where lookup_type = 'FEM_HIERARCHY_USAGE_DSC'
1676: and lookup_code = ld_hierarchy_usage_code;
1677: exception
1678: when no_data_found then

Line 1701: from fem_lookups

1697:
1698: begin
1699: select 1
1700: into l_dummy
1701: from fem_lookups
1702: where lookup_type = 'FEM_GROUP_SEQ_ENFORCED_DSC'
1703: and lookup_code = ld_group_seq_enforced_code;
1704: exception
1705: when no_data_found then