DBA Data[Home] [Help]

APPS.PA_ASGMT_WFSTD dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 3792: FROM wf_item_activity_statuses

3788: l_item_key VARCHAR2(200);
3789: l_msg_text VARCHAR2(300);
3790: CURSOR l_nf_csr IS
3791: SELECT item_type, item_key
3792: FROM wf_item_activity_statuses
3793: WHERE notification_id = document_id;
3794:
3795: BEGIN
3796: l_newline := FND_GLOBAL.newline;