DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on FND_API

Line 2900: x_done_flag := FND_API.G_FALSE;

2896: -- Clear the table
2897: release_table.delete;
2898:
2899: -- Set flag to indicate that fetching is not completed for an organization
2900: x_done_flag := FND_API.G_FALSE;
2901:
2902: -- Set the mode for Init_Cursor
2903: -- If Single process, mode is Null, otherwise Worker
2904: IF WSH_PICK_LIST.G_PICK_REL_PARALLEL THEN

Line 3007: x_done_flag := FND_API.G_TRUE;

3003: IF v_CursorID IS NOT NULL THEN
3004: DBMS_SQL.Close_Cursor(v_CursorID);
3005: v_CursorID := NULL;
3006: END IF;
3007: x_done_flag := FND_API.G_TRUE;
3008: EXIT;
3009: ELSE
3010: --{
3011: IF l_debug_on THEN

Line 3052: IF x_done_flag = FND_API.G_TRUE THEN

3048: --}
3049:
3050: -- No more lines to process, then Exit ; otherwise check if worker record
3051: -- was locked and update worker record
3052: IF x_done_flag = FND_API.G_TRUE THEN
3053: -- Reinitialize the first line marker since we have
3054: -- fetched all rows
3055: first_line.source_header_id := -1;
3056:

Line 3281: x_done_flag := FND_API.G_FALSE;

3277: ELSE
3278: first_line := release_table(g_rel_current_line - 1);
3279: release_table.delete(g_rel_current_line - 1);
3280: g_rel_current_line := g_rel_current_line - 1;
3281: x_done_flag := FND_API.G_FALSE;
3282: --If exceed MAX_LINES and not broken ship set or model
3283: EXIT;
3284: END IF;
3285: --}