DBA Data[Home] [Help]

APPS.HZ_MIXNM_UTILITY dependencies on STANDARD

Line 5092: -- standard start of API savepoint

5088: l_process_cp BOOLEAN;
5089: l_dummy VARCHAR2(1);
5090:
5091: BEGIN
5092: -- standard start of API savepoint
5093: SAVEPOINT conc_main;
5094:
5095: -- We will return to the caller if no change, i.e. the selection
5096: -- of data sources, the ranking, has been done in setup.

Line 5310: --standard start of API savepoint

5306: l_pos1 NUMBER;
5307:
5308: BEGIN
5309:
5310: --standard start of API savepoint
5311: SAVEPOINT conc_sub;
5312:
5313: FND_FILE.PUT_LINE(FND_FILE.LOG,
5314: 'p_entity_type = '||p_entity_type||