DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on STANDARD

Line 2303: -- and "known to be null", the standard apis do not.

2299: --
2300: my_ent_type := wf_entity_mgr.get_entity_type(p_event.GetEventName());
2301:
2302: -- NOTE: While we have the ability to distinguish between null
2303: -- and "known to be null", the standard apis do not.
2304: -- For now, we're must pass null regardless which is
2305: -- treated as a "don't change". We do not yet support
2306: -- the ability to "null out" an attribute value.
2307:

Line 2417: -- and "known to be null", the standard apis do not.

2413: -- Fetch the new values from the attribute cache.
2414: -- New values will be *NULL*, *UNKNOWN*, or an actual value.
2415: --
2416: -- NOTE: While we have the ability to distinguish between null
2417: -- and "known to be null", the standard apis do not.
2418: -- For now, we're must pass null regardless which is
2419: -- treated as a "don't change". fnd_user_pkg apis do
2420: -- not yet support the ability to "null out" an
2421: -- attribute value. Weak.

Line 2933: -- 'STANDARD'); end;

2929: -- security group is not valid, exception raised with error message.
2930: --
2931: -- Usage example in pl/sql
2932: -- begin fnd_user_pkg.delresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
2933: -- 'STANDARD'); end;
2934: -- Input (Mandatory)
2935: -- username: User Name
2936: -- resp_app: Application Short Name
2937: -- resp_key: Responsibility Key

Line 3012: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;

3008: -- or security group key is not valid, exception raised with error message.
3009: --
3010: -- Usage example in pl/sql
3011: -- begin fnd_user_pkg.addresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
3012: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;
3013: -- Input (Mandatory)
3014: -- username: User Name
3015: -- resp_app: Application Short Name
3016: -- resp_key: Responsibility Key

Line 3145: Wf_Core.Context('FND_WF_STANDARD', 'UpdatePassword', itemtype, itemkey,

3141: end if;
3142:
3143: exception
3144: when others then
3145: Wf_Core.Context('FND_WF_STANDARD', 'UpdatePassword', itemtype, itemkey,
3146: actid);
3147: raise;
3148: end;
3149: