DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on HR_UTILITY

Line 1033: HR_Utility.Set_Location('Load Org Hierarchy '||p_organization_process,5);

1029: l_first Boolean;
1030: l_index Number;
1031: --
1032: begin
1033: HR_Utility.Set_Location('Load Org Hierarchy '||p_organization_process,5);
1034:
1035: -- If Organization parameter is -1 this means "whole hierarachy"
1036: -- so we need to point the SQL to the top org
1037: if (p_organization_id = -1)

Line 1369: hr_utility.set_location('get poplist',10);

1365: -- Loop over the output rows, building our statement
1366: LOOP
1367: -- fetch the next row and check it exists
1368: IF (DBMS_SQL.FETCH_ROWS(l_cursorID)=0) THEN
1369: hr_utility.set_location('get poplist',10);
1370: EXIT;
1371: END IF;
1372: --
1373: DBMS_SQL.COLUMN_VALUE(l_cursorID,1,l_code_out);