DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on STANDARD

Line 54: -- standard start of api savepoint

50: l_icx_numeric_characters VARCHAR2(30); -- Bug 6411356
51: l_bool_val boolean; -- Bug 6411356
52:
53: BEGIN
54: -- standard start of api savepoint
55: SAVEPOINT l_rollback_point;
56:
57:
58: -- standard call to check for call compatibility.

Line 58: -- standard call to check for call compatibility.

54: -- standard start of api savepoint
55: SAVEPOINT l_rollback_point;
56:
57:
58: -- standard call to check for call compatibility.
59: IF NOT fnd_api.compatible_api_call(l_api_version,
60: p_api_version,
61: l_api_name,
62: g_pkg_name)

Line 153: -- standard check for p_commit

149: --
150: -- end of api body.
151: --
152:
153: -- standard check for p_commit
154: IF fnd_api.to_boolean(p_commit)
155: THEN
156: COMMIT WORK;
157: END IF;

Line 159: -- standard call to get message count and if count is 1, get message info.

155: THEN
156: COMMIT WORK;
157: END IF;
158:
159: -- standard call to get message count and if count is 1, get message info.
160: fnd_msg_pub.count_and_get(
161: p_count => x_msg_count,
162: p_data => x_msg_data
163: );

Line 1572: --CEP_STANDARD.init_security;

1568: -- can't use the CE function because
1569: -- we can be in a query
1570: -- have to init ourselves
1571: -- can't use the _gt. Have to use _v
1572: --CEP_STANDARD.init_security;
1573:
1574: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
1575: select APPLICATION_SHORT_NAME
1576: into l_appl_name