DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on FND_USER

Line 201: , x_planner_code out Nocopy fnd_user.user_name%type ) ;

197:
198:
199: procedure get_planner_code( p_inventory_item_id in number
200: , p_organization_id in number
201: , x_planner_code out Nocopy fnd_user.user_name%type ) ;
202:
203: procedure handle_expected_error( p_error_type in number
204: , p_inventory_item_id in number
205: , p_organization_id in number

Line 320: v_planner_code fnd_user.user_name%type ;

316:
317:
318: v_top_model_id number ;
319: v_ship_from_org_id number ;
320: v_planner_code fnd_user.user_name%type ;
321: v_recipient varchar2(200) ;
322:
323: lFlowStatusCode varchar2(200) ;
324: return_value NUMBER;