DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on WF_COMMENTS

Line 3571: ,wf_comments c

3567: ,wf_core.translate (c.action) h_action
3568: ,c.user_comment h_comment
3569: ,c.comment_date h_action_date
3570: FROM wf_item_activity_statuses ias
3571: ,wf_comments c
3572: WHERE ias.item_type = x_item_type
3573: AND ias.item_key = x_item_key
3574: -- AND ias.process_activity = x_actid
3575: AND ias.notification_id = c.notification_id

Line 3586: ,wf_comments c

3582: ,wf_core.translate (c.action) h_action
3583: ,c.user_comment h_comment
3584: ,c.comment_date h_action_date
3585: FROM wf_item_activity_statuses_h ias
3586: ,wf_comments c
3587: WHERE ias.item_type = x_item_type
3588: AND ias.item_key = x_item_key
3589: -- AND ias.process_activity = x_actid
3590: AND ias.notification_id = c.notification_id