You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Read workers, absences, reporting lines, and workforce structures',
64
65
longDescription:
65
-
'Connect to Oracle Fusion Cloud HCM with a least-privilege Basic-auth account. Read public worker profiles, assignments, reporting relationships, absences, absence types, and workforce structures without exposing write operations or sensitive HR fields.',
66
+
'Connect to Oracle Fusion Cloud HCM with a reusable, least-privilege integration-user credential. Read public worker profiles, assignments, reporting relationships, absences, absence types, and workforce structures without exposing write operations, raw credentials, or sensitive HR fields.',
'Build a workflow that safely searches Oracle Fusion Cloud HCM public workers, retrieves the selected worker and assignments, and returns only work identity and organizational details.',
'Create a scheduled workflow that reads worker assignments from Oracle HCM, compares department, job, position, and location with a reference table, and flags mismatches without changing Oracle.',
'Build a workflow that reads one worker’s Oracle HCM absences for a selected absence type and date range, then creates a review calendar without exposing reasons, comments, attachments, or medical data.',
'Create a workflow that lists a worker’s Oracle HCM absences, summarizes status, approval state, dates, and duration, and routes exceptions for human review.',
'Build a scheduled workflow that reads one page each of Oracle HCM jobs, job families, departments, locations, business units, legal employers, grades, and person types and stores a dated catalog snapshot.',
'Create a workflow that compares Oracle HCM jobs, positions, and grades by code and effective date, then produces a bounded alignment report for HR review.',
description: 'Continue an Oracle HCM collection safely.',
609
611
content:
610
-
'# Page Oracle HCM Results\n\n## Steps\n\n1. Read the returned limit, offset, and hasMore values.\n2. Continue at offset plus limit only when hasMore is true and another page is needed.\n3. Never auto-load an entire collection.\n\n## Output\n\nReturn the requested page and its updated pagination state.',
612
+
'# Page Oracle HCM Results\n\n## Steps\n\n1. Read the returned nextOffset and hasMore values.\n2. Continue at nextOffset only when hasMore is true and another page is needed.\n3. Never auto-load an entire collection.\n\n## Output\n\nReturn the requested page and its updated pagination state.',
0 commit comments