DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on STANDARD

Line 2076: ,STANDARD_OPERATION_ID

2072: ,COMMON_ROUTING_SEQ_ID
2073: ,ORG_COST_GROUP_ID
2074: ,COST_TYPE_ID
2075: ,TRANSACTION_STATUS
2076: ,STANDARD_OPERATION_ID
2077: ,TASK_PRIORITY
2078: ,WMS_TASK_TYPE
2079: ,PARENT_LINE_ID
2080: ,LPN_ID

Line 2310: ,STANDARD_OPERATION_ID

2306: ,COMMON_ROUTING_SEQ_ID
2307: ,ORG_COST_GROUP_ID
2308: ,COST_TYPE_ID
2309: ,TRANSACTION_STATUS
2310: ,STANDARD_OPERATION_ID
2311: ,TASK_PRIORITY
2312: ,WMS_TASK_TYPE
2313: ,decode(PARENT_LINE_ID, NULL,NULL,l_new_transaction_temp_id) -- Take care of BULK parent
2314: ,nvl(p_lpn_id,p_parent_lpn_id) -- process the nesting

Line 10417: ' AND mmtt.standard_operation_id = wutta.user_task_type_id '||

10413: --Bug7120019
10414: IF wms_control.g_current_release_level >= 120001 THEN
10415: l_CursorStmt := 'SELECT count (*) FROM mtl_material_transactions_temp mmtt, wms_user_task_type_attributes wutta '||
10416: 'WHERE mmtt.transaction_temp_id = :x_temp_id ' ||
10417: ' AND mmtt.standard_operation_id = wutta.user_task_type_id '||
10418: ' AND mmtt.organization_id = wutta.organization_id '||
10419: ' AND wutta.honor_case_pick_flag = ''Y'' '; --Added for Bug#7584906
10420: l_CursorID := DBMS_SQL.OPEN_CURSOR;
10421: DBMS_SQL.PARSE(l_CursorID, l_CursorStmt, DBMS_SQL.V7);

Line 10767: -- Standard call to check for call compatibility

10763: mydebug('validate_pick_to_lpn: Start Validate_pick_to_lpn.');
10764: END IF;
10765:
10766: --
10767: -- Standard call to check for call compatibility
10768: --
10769: IF NOT fnd_api.compatible_api_call(l_api_version_number, p_api_version_number, l_api_name, g_pkg_name) THEN
10770: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
10771: fnd_msg_pub.ADD;