DBA Data[Home] [Help]

APPS.FND_FUNCTION dependencies on FND_RESPONSIBILITY

Line 528: from fnd_responsibility

524: /* Find the root menu for this responsibility */
525: begin
526: select menu_id
527: into l_menu_id
528: from fnd_responsibility
529: where responsibility_id = p_resp_id
530: and application_id = p_appl_id;
531: /* Store the new value in the cache */
532: P_LAST_RESP_ID := p_resp_id;

Line 990: from fnd_responsibility

986: /* Find the root menu for this responsibility */
987: begin
988: select menu_id
989: into l_menu_id
990: from fnd_responsibility
991: where responsibility_id = l_resp_id
992: and application_id = l_resp_appl_id;
993: /* Store the new value in the cache */
994: P_LAST_RESP_ID := l_resp_id;