DBA Data[Home] [Help]

APPS.CTO_OM_WF_API dependencies on CTO_WORKFLOW_API_PK

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 38: CTO_WORKFLOW_API_PK.reservation_exists( p_application_id => p_application_id

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
40: , p_validation_entity_short_name => p_validation_entity_short_name
41: , p_validation_tmplt_short_name => p_validation_tmplt_short_name
42: , p_record_set_short_name => p_record_set_short_name