DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_WORKFLOW_PROCESSES

Line 119: FROM psb_workflow_processes

115: --
116: -- Get p_item_key related information.
117: --
118: SELECT worksheet_id INTO l_budget_revision_id
119: FROM psb_workflow_processes
120: WHERE item_key = p_item_key
121: AND document_type = 'BR';
122:
123:

Line 2309: FROM psb_workflow_processes

2305: --
2306: -- Get p_item_key related information.
2307: --
2308: SELECT worksheet_id INTO l_budget_revision_id
2309: FROM psb_workflow_processes
2310: WHERE item_key = p_item_key
2311: AND document_type = 'BR';
2312:
2313: --