DBA Data[Home] [Help]

APPS.FPA_UTILITIES_PVT dependencies on STANDARD

Line 13: -- This procedure's signature has the standard Oracle APPS parameters. It also

9: -- The attach_AW procedure attaches PJP's AW space in either one of the following
10: -- 3 modes:
11: -- ro - for read only
12: -- rw - for write only.
13: -- This procedure's signature has the standard Oracle APPS parameters. It also
14: -- expects a parameter for the attach mode.
15:
16: procedure attach_AW(
17: p_api_version IN number

Line 76: -- This procedure's signature has the standard Oracle APPS parameters.

72: /**********************************************************************************
73: **********************************************************************************/
74:
75: -- The detach_AW procedure detaches PJP's AW space.
76: -- This procedure's signature has the standard Oracle APPS parameters.
77:
78: procedure detach_AW(
79: p_api_version IN number
80: ,x_return_status OUT NOCOPY varchar2

Line 396: --- Standard call to get message count and if count is 1, get message info

392: FND_LOG.LEVEL_PROCEDURE,
393: p_pkg_name||p_api_name,
394: p_msg_log);
395: END IF;
396: --- Standard call to get message count and if count is 1, get message info
397: FND_MSG_PUB.Count_And_Get(
398: p_count => x_msg_count,
399: p_data => x_msg_data);
400: END end_activity;