DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on STANDARD

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

1692: --
1693: my_ent_type := wf_entity_mgr.get_entity_type(p_event.GetEventName());
1694:
1695: -- NOTE: While we have the ability to distinguish between null
1696: -- and "known to be null", the standard apis do not.
1697: -- For now, we're must pass null regardless which is
1698: -- treated as a "don't change". We do not yet support
1699: -- the ability to "null out" an attribute value.
1700:

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

1806: -- Fetch the new values from the attribute cache.
1807: -- New values will be *NULL*, *UNKNOWN*, or an actual value.
1808: --
1809: -- NOTE: While we have the ability to distinguish between null
1810: -- and "known to be null", the standard apis do not.
1811: -- For now, we're must pass null regardless which is
1812: -- treated as a "don't change". fnd_user_pkg apis do
1813: -- not yet support the ability to "null out" an
1814: -- attribute value. Weak.

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

2322: -- security group is not valid, exception raised with error message.
2323: --
2324: -- Usage example in pl/sql
2325: -- begin fnd_user_pkg.delresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
2326: -- 'STANDARD'); end;
2327: -- Input (Mandatory)
2328: -- username: User Name
2329: -- resp_app: Application Short Name
2330: -- resp_key: Responsibility Key

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

2401: -- or security group key is not valid, exception raised with error message.
2402: --
2403: -- Usage example in pl/sql
2404: -- begin fnd_user_pkg.addresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
2405: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;
2406: -- Input (Mandatory)
2407: -- username: User Name
2408: -- resp_app: Application Short Name
2409: -- resp_key: Responsibility Key

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

2534: end if;
2535:
2536: exception
2537: when others then
2538: Wf_Core.Context('FND_WF_STANDARD', 'UpdatePassword', itemtype, itemkey,
2539: actid);
2540: raise;
2541: end;
2542: