DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on PA_WORKFLOW_ITEMKEY_S

Line 151: SELECT pa_workflow_itemkey_s.nextval

147: --
148: -- Get a unique identifier for this specific workflow
149: --
150:
151: SELECT pa_workflow_itemkey_s.nextval
152: INTO itemkey
153: FROM dual;
154: --
155: -- Since this workflow needs to be executed in the background we need

Line 3019: SELECT pa_workflow_itemkey_s.nextval

3015: x_return_status := FND_API.G_RET_STS_SUCCESS;
3016:
3017: -- Get a unique identifier for this specific workflow
3018: --
3019: SELECT pa_workflow_itemkey_s.nextval
3020: INTO l_item_key
3021: FROM dual;
3022:
3023: -- Since this workflow needs to be executed in Non deferred mode,