DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_WORKFLOW

Line 4633: ( 'CTO_WORKFLOW',

4629: if fnd_msg_pub.check_msg_level
4630: (fnd_msg_pub.g_msg_lvl_unexp_error)
4631: then
4632: fnd_msg_pub.Add_Exc_msg
4633: ( 'CTO_WORKFLOW',
4634: 'chk_all_rsv_details'
4635: );
4636: end if;
4637: cto_msg_pub.count_and_get

Line 5648: IF CTO_WORKFLOW.flow_sch_exists(pconfigLineId) <> TRUE THEN

5644: END IF;
5645: -- Check if flow schedule exists . If not check some inv/work order Reservation
5646: -- exists. If both of them does'nt exists then return false. Other wise return true.
5647:
5648: IF CTO_WORKFLOW.flow_sch_exists(pconfigLineId) <> TRUE THEN
5649:
5650: IF PG_DEBUG <> 0 THEN
5651: oe_debug_pub.add('Reservation_Exists: ' || 'flow Reservation not exists..',5);
5652: