DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on CTO_WORKFLOW

Line 4657: ( 'CTO_WORKFLOW',

4653: if fnd_msg_pub.check_msg_level
4654: (fnd_msg_pub.g_msg_lvl_unexp_error)
4655: then
4656: fnd_msg_pub.Add_Exc_msg
4657: ( 'CTO_WORKFLOW',
4658: 'chk_all_rsv_details'
4659: );
4660: end if;
4661: cto_msg_pub.count_and_get

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

5668: END IF;
5669: -- Check if flow schedule exists . If not check some inv/work order Reservation
5670: -- exists. If both of them does'nt exists then return false. Other wise return true.
5671:
5672: IF CTO_WORKFLOW.flow_sch_exists(pconfigLineId) <> TRUE THEN
5673:
5674: IF PG_DEBUG <> 0 THEN
5675: oe_debug_pub.add('Reservation_Exists: ' || 'flow Reservation not exists..',5);
5676: