DBA Data[Home] [Help]

APPS.M4R_7B5_OSFM_PKG dependencies on WIP_OPERATIONS

Line 701: g_exception_tracking_msg := 'Query wip_operations for Assembly Description';

697: IF (g_debug_level <= 1) THEN
698: cln_debug_pub.Add('l_event_key' || l_event_key, 1);
699: END IF;
700:
701: g_exception_tracking_msg := 'Query wip_operations for Assembly Description';
702:
703: SELECT description
704: INTO l_op_desc
705: FROM wip_operations

Line 705: FROM wip_operations

701: g_exception_tracking_msg := 'Query wip_operations for Assembly Description';
702:
703: SELECT description
704: INTO l_op_desc
705: FROM wip_operations
706: WHERE wip_entity_id = l_wip_entity_id
707: AND operation_seq_num = l_rout_seq_num;
708:
709: IF (g_debug_level <= 1) THEN