DBA Data[Home] [Help]

APPS.M4R_7B1_WSM_IN dependencies on WSM_OPERATION_DETAILS_V

Line 1236: FROM wsm_operation_details_v

1232: BEGIN
1233:
1234: SELECT operation_code
1235: INTO l_op_code
1236: FROM wsm_operation_details_v
1237: WHERE standard_operation_id = l_to_std_op_id
1238: AND organization_id = p_org_id;
1239:
1240: IF (g_debug_level <= 1) THEN