DBA Data[Home] [Help]

APPS.CTO_OM_WF_API dependencies on OE_DEBUG_PUB

Line 35: oe_debug_pub.add( 'CTO_OM_WF_API.reservation_exists: ' || ' going to call cto_workflow_api_pk.reservation_exists ' , 1 ) ;

31: )
32: is
33: BEGIN
34:
35: oe_debug_pub.add( 'CTO_OM_WF_API.reservation_exists: ' || ' going to call cto_workflow_api_pk.reservation_exists ' , 1 ) ;
36: x_result := 0 ;
37:
38: CTO_WORKFLOW_API_PK.reservation_exists( p_application_id => p_application_id
39: , p_entity_short_name => p_entity_short_name

Line 48: oe_debug_pub.add( 'CTO_OM_WF_API.reservation_exists: ' || ' result returned is ' || x_result , 1 ) ;

44: , x_result => x_result ) ;
45:
46:
47:
48: oe_debug_pub.add( 'CTO_OM_WF_API.reservation_exists: ' || ' result returned is ' || x_result , 1 ) ;
49:
50: END ;
51:
52: