DBA Data[Home] [Help]

APPS.FND_MENU_ENTRIES_C_INSTRG dependencies on FND_FUNCTION

Line 7: FND_FUNCTION.QUEUE_MARK(:NEW.MENU_ID);

3: ON "APPS"."FND_MENU_ENTRIES" for each row
4: begin
5: /* Mark the new menu id */
6: if (:NEW.MENU_ID is not NULL) then
7: FND_FUNCTION.QUEUE_MARK(:NEW.MENU_ID);
8: end if;
9: end;
10: