DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_PAGE_PLUGS

Line 1143: from ICX_PAGE_PLUGS

1139: end if;
1140:
1141: select RESPONSIBILITY_ID, MENU_ID, ENTRY_SEQUENCE
1142: into l_responsibility_id, l_menu_id, l_entry_sequence
1143: from ICX_PAGE_PLUGS
1144: where PLUG_ID = p_plug_id;
1145:
1146: if l_responsibility_id = -1
1147: then

Line 1167: ICX_PAGE_PLUGS ipe

1163: l_responsibility_id,
1164: l_function_id
1165: from FND_FORM_FUNCTIONS fff,
1166: FND_MENU_ENTRIES fme,
1167: ICX_PAGE_PLUGS ipe
1168: where ipe.PLUG_ID = p_plug_id
1169: and fme.MENU_ID = ipe.MENU_ID
1170: and fme.ENTRY_SEQUENCE = ipe.ENTRY_SEQUENCE
1171: and fme.function_id = fff.function_id;