DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_SERIAL_SUPPORT_PVT

Line 11665: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');

11661: l_param_tbl WSM_Log_PVT.param_tbl_type;
11662: BEGIN
11663:
11664: IF (lbji_debug='Y') THEN
11665: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');
11666: END IF;
11667: l_stmt_num := 995.1;
11668:
11669: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),

Line 11669: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),

11665: fnd_file.put_line(fnd_file.log, 'Before WSM_Serial_support_PVT.LBJ_serial_intf_proc');
11666: END IF;
11667: l_stmt_num := 995.1;
11668:
11669: WSM_Serial_support_PVT.LBJ_serial_intf_proc( p_header_id => v_wlji_header_id(v_idx),
11670: p_wip_entity_id => v_wlji_wip_entity_id(v_idx),
11671: p_organization_id => v_wlji_org_id(v_idx),
11672: p_inventory_item_id => v_wlji_item_id(v_idx),
11673: x_return_status => l_return_status,

Line 11681: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');

11677: l_stmt_num := 995.2;
11678:
11679: if l_return_status = FND_API.G_RET_STS_SUCCESS then
11680: IF (lbji_debug='Y') THEN
11681: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');
11682: END IF;
11683: ELSE
11684: IF (lbji_debug='Y') THEN
11685: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');

Line 11685: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');

11681: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned Success');
11682: END IF;
11683: ELSE
11684: IF (lbji_debug='Y') THEN
11685: fnd_file.put_line(fnd_file.log, 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure');
11686: END IF;
11687:
11688: IF (l_msg_count = 1) THEN
11689: handle_error(-1, l_err_msg, l_stmt_num);

Line 11698: l_err_msg := 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure';

11694: );
11695: handle_error(-1, l_err_msg, l_stmt_num);
11696: END LOOP;
11697: ELSE
11698: l_err_msg := 'WSM_Serial_support_PVT.LBJ_serial_intf_proc returned failure';
11699: handle_error(-1, l_err_msg, l_stmt_num);
11700: END IF;
11701: l_error_count := l_error_count + 1;
11702: GOTO abort_this_job;