DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_BULK_PVT dependencies on STANDARD

Line 1759: -- Standard start of API savepoint

1755:
1756: BEGIN
1757: code_debug(l_api_name|| 'Starting ');
1758:
1759: -- Standard start of API savepoint
1760: IF FND_API.To_Boolean(p_commit) THEN
1761: SAVEPOINT Bulk_Load_User_Attrs_Data_PVT;
1762: END IF;
1763:

Line 8701: -- Standard check of p_commit

8697: -- DONE WITH RAISING POST EVENT
8698: ----------------------------------
8699: END IF; -- *p_do_dml-IF-3*
8700:
8701: -- Standard check of p_commit
8702: IF FND_API.To_Boolean(p_commit) THEN
8703: COMMIT WORK;
8704: END IF;
8705:

Line 10563: -- Standard check of p_commit --

10559:
10560: END IF;
10561: END IF;
10562: --------------------------------
10563: -- Standard check of p_commit --
10564: --------------------------------
10565: IF FND_API.To_Boolean(p_commit) THEN
10566: COMMIT WORK;
10567: END IF;

Line 11051: -- Standard check of p_commit --

11047: DBMS_SQL.Close_Cursor(l_dyn_cursor);
11048: END IF;
11049:
11050: --------------------------------
11051: -- Standard check of p_commit --
11052: --------------------------------
11053: IF FND_API.To_Boolean(p_commit) THEN
11054: COMMIT WORK;
11055: END IF;