DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_WORKFLOW_PROCESSES

Line 85: FROM psb_workflow_processes

81: --
82: -- Get p_item_key related information.
83: --
84: SELECT worksheet_id INTO l_worksheet_id
85: FROM psb_workflow_processes
86: WHERE item_key = p_item_key ;
87:
88:
89: wf_engine.CreateProcess ( ItemType => l_ItemType,