DBA Data[Home] [Help]

APPS.EGO_USER_ATTRS_BULK_PVT dependencies on STANDARD

Line 1455: -- Standard start of API savepoint

1451:
1452: BEGIN
1453: code_debug(l_api_name|| 'Starting ');
1454:
1455: -- Standard start of API savepoint
1456: IF FND_API.To_Boolean(p_commit) THEN
1457: SAVEPOINT Bulk_Load_User_Attrs_Data_PVT;
1458: END IF;
1459:

Line 7043: -- Standard check of p_commit

7039: -- DONE WITH RAISING POST EVENT
7040: ----------------------------------
7041: END IF; -- *p_do_dml-IF-3*
7042:
7043: -- Standard check of p_commit
7044: IF FND_API.To_Boolean(p_commit) THEN
7045: COMMIT WORK;
7046: END IF;
7047:

Line 8786: -- Standard check of p_commit --

8782: p_data_set_id,
8783: p_application_id,
8784: p_attr_group_type;
8785: --------------------------------
8786: -- Standard check of p_commit --
8787: --------------------------------
8788: IF FND_API.To_Boolean(p_commit) THEN
8789: COMMIT WORK;
8790: END IF;

Line 9260: -- Standard check of p_commit --

9256: DBMS_SQL.Close_Cursor(l_dyn_cursor);
9257: END IF;
9258:
9259: --------------------------------
9260: -- Standard check of p_commit --
9261: --------------------------------
9262: IF FND_API.To_Boolean(p_commit) THEN
9263: COMMIT WORK;
9264: END IF;