DBA Data[Home] [Help]

APPS.FND_OID_SUBSCRIPTIONS dependencies on FND_RESPONSIBILITY

Line 108: procedure get_resp_app_id(p_resp_key in fnd_responsibility.responsibility_key%type

104: -------------------------------------------------------------------------------
105: procedure assign_default_resp(p_user_name in varchar2);
106: --
107: -------------------------------------------------------------------------------
108: procedure get_resp_app_id(p_resp_key in fnd_responsibility.responsibility_key%type
109: , x_responsibility_id out nocopy fnd_responsibility.responsibility_id%type
110: , x_application_id out nocopy fnd_responsibility.application_id%type);
111: --
112: -------------------------------------------------------------------------------

Line 109: , x_responsibility_id out nocopy fnd_responsibility.responsibility_id%type

105: procedure assign_default_resp(p_user_name in varchar2);
106: --
107: -------------------------------------------------------------------------------
108: procedure get_resp_app_id(p_resp_key in fnd_responsibility.responsibility_key%type
109: , x_responsibility_id out nocopy fnd_responsibility.responsibility_id%type
110: , x_application_id out nocopy fnd_responsibility.application_id%type);
111: --
112: -------------------------------------------------------------------------------
113: function assign_def_resp(

Line 110: , x_application_id out nocopy fnd_responsibility.application_id%type);

106: --
107: -------------------------------------------------------------------------------
108: procedure get_resp_app_id(p_resp_key in fnd_responsibility.responsibility_key%type
109: , x_responsibility_id out nocopy fnd_responsibility.responsibility_id%type
110: , x_application_id out nocopy fnd_responsibility.application_id%type);
111: --
112: -------------------------------------------------------------------------------
113: function assign_def_resp(
114: p_subscription_guid in raw